|
How to start developing? simply create a new Form in your development language, drag
-n-drop one of the instrument controls onto the form from the "IOComp Components" group in
the toolbar (shown to the right) and then right-click on it and choose "Editor (custom)" from
the menu. From this screen you can configure the control's appearance and behaviour (also possible via code).
Want to create an OPC application with the instruments?
If so, then you can use our OPCData.NET component.
Once your application has been developed, it's
time to deploy it. Deployment means that you will install your application onto other computers.
Never used a .NET before? or you have used
a .NET Component before and you just want clarification on how this one works, then read on...
Once you know which development language/platform you are using (VB.NET or
C# etc.) then you can begin by developing your application. The following links will
assist you in the development phase of your software.
Integrated into the VS.NET IDE
- When you install the Instrumentation.NET components, the icons in the toolbox are automatically added, so they are
available to you whenever you open Visual Studio.NET.
|