|
The assemblies below are located in the ProEssentials6/DotNet and DotNet20 directories. The DotNet directory holds assemblies compiled with Framework 1.1, and DotNet20 dir holds assemblies compiled with Framework 2.0. You can choose which version to use independent upon which version of Visual Studio used. Though generally, VS2005 developers will want to use the assemblies within DotNet20 dir and VS2003 and earlier developers will want to use the assemblies within the DotNet dir.
Within a VS 2005 project, under the Tools menu, select [Choose Toolbox Items...],
Within a VS 2003 and ealier project and working with a design view for a form, right-click anywhere within the toolbox and select "Add / Remove Items..." (note, for VS.NET 2002 use "Customize Toolbox..." and also make sure the .NET tab is selected).
Use the "Browse" button to select the Gigasoft.ProEssentials.dll if needing WinForm interfaces for a stand alone EXE project.
or
Use the "Browse" button to select Gigasoft.ProEssentialsWeb.dll if installing WebForm interfaces into a Web application project.
These DLLs are found in the ProEssentials6 / DotNet or ProEssentials6 / DotNet20 directory where you installed ProEssentials. Once installed, ProEssentials components will be added to the bottom of the toolbox palette.
Installing WinForm interfaces will add 5 components:
Pego (graph)
Pesgo (scientific graph)
Pe3do (3d graph)
Pepso (polar/smith/rose)
Pepco (pie chart)
Installing WebForm interfaces will add 6 components: Note that the component PEBaseWeb should not be used for development. Its default inclusion is currently unavoidable. Please deselect it from the "Customize Toolbox" list which will remove it from the toolbox.
PegoWeb (graph)
PesgoWeb (scientific graph)
Pe3doWeb (3d graph)
PepsoWeb (polar/smith/rose)
PepcoWeb (pie chart)
|