Serial Port Tool focuses on COM Port communication software for RS232 related works.
|
Sample for Using NCDProXR Control in Visual Basic 2005
Visual Basic is our preferred language for communicating to the NCD product line. Visual Basic 2005 is an evolution of the Visual Basic language that is engineered for productively building type-safe and object-oriented applications.The Visual Basic 2005 Express Edtion is free download from Microsoft. If you are a programmer of VB6, it is easy to switch to Visual Basic 2005. The following guide will teach ANYONE how to operate ProXR using NCDProXR Control in Visual Basic 2005 Express Edition. The example provided on this page is developed for Visual Basic 2005 Express Edition. These directions are about 99% compatible with other VS2005 edition which include VB. Follow these simple steps and you will be on your way to controlling ProXR from your desktop computer in 30 minutes or less. If you have questions, please contact us.
|
Step 1: Create a New Project |
|
|
|
Step 2: Add NCDProXR Control to the Project |
|
Step 3: Add Other Controls to the
Project
|
Step 4: Type Code to the Program
|
|
Step 5: Run the project |
|
Above are all basic steps that is needed to using NCDPorXR Control from VB 2005. Based on those steps, more buttons can be added to meet your requirement. Here, a more detial example(ProXRSample) is given. The framwork of this example is show as below.
|
Download VB2005 NCDProXR Control Sample Program Download VB2005 NCDProXR Control ProXRSample1 Program Download VB2005 NCDProXR Control ProXRSample2 Program Note: the diffrence between ProXRSample1 and ProXRSample2 is that the code in ProXRSample2 has been optimized. |
|