| How do I use a component in my application ? |
|
The best way to learn how to use any of our components, is to see
how they are used in a simple demonstration application. In general,
components provide you with powerful new capabilities that you would
otherwise have to program yourself. They are usually available from the
ToolBox so that all you need to do is to either declare the component
and instatiate it in code, or drag and drop the visual icon onto a form
for it to be ready to use.
Each component will be automatically assigned a name. This is the
name that you will use to reference the component object in your
application. The name can be found by clicking on the component and
identifying it from the Properties window.
Once a component has been installed in your application, it is a
simple matter to use its associated methods, properties or events. In
most IDEs this is made especially easy by means of the autocomplete
functionality. Then you simply pass parameters and data to and from the
component and use it as you would any other function.
It is important to view the Help files and also to see how the
component is used in the demo applications in order to properly use
it.
How do I use a .NET Component such as Transform/NET ?
Locate the .NET Component you wish to use in the Toolbox window inside Visual Studio. - Drag the component on to a WinForm or WebForm and it will appear in the region below the form.

- You are now ready to start coding with the particular .NET Component. In your code, simply reference any methods, properties or events within the Component as if you had written them yourself.

- Note how easy it is to use - simply supply the necessary inputs and each method returns the appropriate results.

- Create your Windows or Web application. Full source code
examples are included with each of our components.

|
| Visitor Comments |
|
No visitor comments posted. Post a comment
|
| Related Questions |
|
No related questions were found.
|
| Attachments |
|
No attachments were found.
|