RustemSoft Controls .NET assembly
Version 2.30.05      January 2011
Copyright (C)    2011  RustemSoft
__________________________________________________________________________

Setup
__________________________________________________________________________

Suppose you are building a project using Visual Studio.NET, and you decide
that you want to start consuming  RustemSoft Controls .NET assembly to use
its components on Windows Forms.  The first  step that you will  generally
take is, you will add RustemSoft Control to a form. To do that you need to
open ToolBox in .NET IDE.  You can open ToolBox by clicking  View->ToolBox
menu item.  Select the  "RustemSoft Controls"  tooltab.  You  add controls
either by drag-drop or by double clicking on the control.

If for some reason  you can not find  the "RustemSoft Controls" tooltab in 
your .NET toolbox you can add  it manually.  To add RustemSoft Controls to
the Toolbox do the following:

1. Right-click the Toolbox and choose Add Tab from the shortcut menu. 
Insert "RustemSoft Controls Trial" as a name of the tab.  Double click the
new tooltab to expand it.

2. Right-click the  Tooltab and choose Add/Remove Items  from the shortcut
menu. ("Customize Toolbox" in oldest .NET versions)  The Customize Toolbox
dialog box opens. 

3. Choose the .NET Framework Components tab and click Browse. 
Browse to the folder  where the RustemSoft Controls library is located and
select  RustemSoft.ControlsTrial.dll.  RustemSoft  Controls appear  in the
list of components in the Customize Toolbox dialog box.

4. Close the window by clicking Ok. 
The RustemSoft Controls are added to the new tab of the .NET Toolbox.

The VB .NET Imports statement (or C# using statement) is not a requirement
and is simply  a coding convenience that allows  shorter names to be used. 
You can add the statement to your code:

VB .NET 
Imports RustemSoft.Controls

C#
using RustemSoft.Controls;

C++
#using <ControlsTrial.dll>
using namespace RustemSoft;
_____________________________________________________________________

Registration
_____________________________________________________________________

Without a correct License Number the assembly is a shareware version, 
which allows you to test its suitability  before you purchase it.  It 
is  fully functional  but contains  a nag  screen  to  remind  you of 
registration.

If you find the assembly's controls useful and would like to purchase
the registered version, please go Order Form to register online:
http://www.regsoft.net/regsoft/vieworderpage.php3?productid=74644

For more information about RustemSoft Controls .NET assembly visit:
http://RustemSoft.com/Controls.htm

Please report any suggestions, comments, etc. to Rustem@RustemSoft.com



Have a fun using it...

