ActiveX Software for Visual Basic 6/.NET, C++ 6/.NET, Delphi, Borland C++ Builder: Matrix Maths, Time Series
 
 Home   |   Products   |   Testimonials   |   Prices   |   Support   |   Contact   |   Publications   |   About   |   Buy Now
Quick Links   Home   Purchase   Support   Site Map
Products   Product Home   ActiveX/COM Components   .NET Components   .NETcf Components   Applications   Version History
Support   Support Home   FAQ   Purchase Info   Installation Help   Support Request
About Us   Company Info   Clients   Testimonials   Press Room   Reseller Info   Affiliates   Publications   Contact Us
 
   FAQ - Frequently Asked Questions
 

FAQ Home | Ask A Question FAQ Home | Ask A Question
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.

  1. Drag the component on to a WinForm or WebForm and it will appear in the region below the form.



  2. 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.



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



  4. 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.



Search FAQ
 
 
             
[Advanced Search]


Browse by Category
 
 
User Opinions
100% 0% (1 vote)

How would you rate this answer?
Helpful
Not helpful