You are here: GdPicture.NET > Using GdPicture.NET COM Edition Like An ActiveX
logo.gif
ContentsIndexHome
PreviousUpNext
Using GdPicture.NET COM Edition Like An ActiveX

GdPicture.NET 8 includes a COM edition that can be used like an ActiveX with IntelliSense support in environment supporting this technology such as Visual Basic 6, html pages, Delphi and Visual FoxPro. 

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

The dll is located in C:\Program Files\GdPicture.NET 8\Redist\COM Interop\ and can be registered on other computers by using the regasm command. 

IE: %SystemRoot%\Microsoft.NET\Framework\v2.0.50727\regasm.exe GdPicture.NET.dll /codebase /tlb 

 

Using GdPicture.NET 8 COM edition in Visual Basic 6 

See example C:\Program Files\GdPicture.NET 8\samples\AnyCPU\vb6 using com interop 

Note

- IntelliSense is fully supported. 

 

Using GdPicture.NET 8 COM edition in Delphi 

See example C:\Program Files\GdPicture.NET 8\samples\AnyCPU\delphi using com interop 

Note

- IntelliSense is fully supported. 

- Floating point exceptions must be turned to Off by using Set8087CW($133f); 

 

Using GdPicture.NET 8 COM edition in Visual FoxPro 

See example C:\Program Files\GdPicture.NET 8\samples\AnyCPU\vfp using com interop 

Note

- IntelliSense is fully supported. 

 

Using GdPicture.NET 8 COM edition in HTML 

See example C:\Program Files\GdPicture.NET 8\samples\AnyCPU\html using com interop 

 

Using GdPicture.NET 8 COM edition in SilverLight 4 and higher 

See example C:\Program Files\GdPicture.NET 8\samples\AnyCPU\silverlight using com interop 

Note

- Using GdPicture.NET COM edition in SilverLight requires your application to run as an Out Of Browser (OOB) with elevated permissions. Also, there is no IntelliSense for GdPicture objects. 

 

Using GdPicture.NET 8 COM edition in Visual C++ with MFC 

- Start a new project 

- Menu Project 

- Add Class 

- Select MFC Class From TypeLib, 

- Then browse and select the TLB file and select the interfaces you need from the list to generate the C++ wrappers.

What do you think about this topic? Send feedback!
Copyright (c) 2009-2012 www.gdpicture.com. All rights reserved.