Setting Up SmartCodeWebControl in Visual Studio
After the installation, SmartCodeWebControl can be immediately inserted into web applications developed in any .Net environment.
Setting up SmartCodeWebControl in Visual Studio (General)
The setup in this section uses Visual Studio 2005 as the example. It applies to all Visual Studio products including Visual C#.Net, Visual C++/CLI.Net and Visual Basic.Net.
- After installing SmartCodeWebControl, launch Visual Studio 2005
- Create a new Website and click OK.
- Launch the ToolBox on Visual Studio by going to menu View->Toolbox
- Right-Click on the Toolbox and click on Choose Items...
- The Choose Toolbox Items dialog will be launched. Click on Browse and go to the SmartCodeWebControl directory. By default, SmartCodeWebcontrol is installed in C:\Technoriver\SmartCodeWebControl.
- Click on the SmartCodeWebControl.dll and click open. You will see SmartCodeWebControl. Click on OK again.
- You should be able to see SmartCodeWebControl in the Toolbox now. Click and drag the SmartCodeWebControl in the Toolbox and drop it to the Default.aspx in the designer.
- Your application using SmartCodeWebControl is ready to be used.
- You can go to the menu Debug->Start Without Debugging to see how your webpage will look like with SmartCodeWebControl.
Using the demo project files bundled with SmartCodeWebControl
The installer comes with several demo project files that demonstrate the capabilities of SmartCodeWebControl. Below is a list of description of the demo project files.
- VCSharpDemo - Visual C# demo project
- VBDemo - Visual Basic demo project
The projects demonstate a few capabilities of SmartCodeWebControl. They include
- using SmartCodeWebControl through simple tags in an ASP page.
- using Code Behind to configure the behaviour of the control.
- using Image Streaming with the control.
- generating and saving image files on the server with the control.
- generating barcodes with Form Parameters.
» |