In This Topic
Getting Started (COM/ActiveX) / Your first application using COM

Your first application using COM

In This Topic

Summary

GdPicture.NET includes a COM Edition that can be used like a COM/ActiveX component with IntelliSense support in environment supporting this technology such as Visual Basic 6, Visual C++ with MFC, html pages, Delphi, Visual FoxPro and many more.

This edition is automatically registered on your computer when installing the GdPicture.NET package.

The dll is located in [INSTALLATION FOLDER]\Redist\COM Interop\ and can be registered on other computers by using the regasm command with admin privileges:

  • %SystemRoot%\Microsoft.NET\Framework\v4.0.30319\regasm.exe GdPicture.NET.14.dll /codebase /tlb

The dll can be unregistered using the regasm.exe /u like this:

  • %SystemRoot%\Microsoft.NET\Framework\v4.0.30319\regasm.exe /u GdPicture.NET.14.dll /codebase /tlb

Environments tutorials

Here you can find a list of tutorials for different environments. They include step by step instructions followed with illustrated snapshots for easy integration of GdPicture.NET.

Using GdPicture.NET COM Edition in Visual Basic 6

Using GdPicture.NET COM Edition in Visual C++ with MFC

Using GdPicture.NET COM Edition in Delphi & C++ Builder

Using GdPicture.NET COM Edition in Microsoft Access

Using GdPicture.NET COM Edition in Visual FoxPro

Using GdPicture.NET COM Edition in SilverLight 4 and higher

External tutorials

Using GdPicture.NET in web page
Importing GdPicture.NET in RAD Studio
Getting started with C++ Builder XE

 

See Also