ImageGear for .NET
Creating the Project
Send Feedback
ImageGear for .NET User Guide > Getting Started > ImageGear for .NET Visual Studio 2010 Tutorials > ImageGear for .NET VB.NET Tutorial > Creating the Project

Glossary Item Box

  1. Launch Visual Studio .NET and do the following:
    1. Choose to start a new project.
    2. Select Visual Basic.
    3. Select Windows as the Project Type.
    4. Select Windows Forms Application as the template.
    5. Name the project "IG Tutorial" and click OK

       

  2. Next, go to the Windows Forms toolbox and right-click in it.
    1. Select Choose Items... from the popup menu.
    2. In the .NET Framework Components tab, click the Browse button.
    3. Navigate to "ImageGear for .NET v21\Bin" and select ImageGear21.Windows.Forms.dll, then click Open.
    4. You will see the Magnifier, PageViewPan, and ThumbnailCtl controls added to the list of components. Make sure they are checked and click OK.


  3. Next, add references to the core ImageGear for .NET Assemblies required for this project and the assembly encapsulating some of the more commonly used Formats.
    1. In the Solution Explorer, right-click on References and choose Add Reference.
    2. Choose the Browse tab.
    3. Navigate to the "ImageGear for .NET v21\Bin" directory and select the following:
    • ImageGear21.Core.dll
    • ImageGear21.Formats.Common.dll
    • ImageGear21.Windows.Forms.dll
    1. Click OK. You should now have the assemblies listed under References in the Solution Explorer.

©2013. Accusoft Corporation. All Rights Reserved.