Image Viewer CP SDK ActiveX x64

Image Viewer CP SDK ActiveX x64

Platform : Windows 10, Windows 8, Vista, Windows 7, XP

Image Viewer SDK for 32 bit, 64 bit MS Access 2016, VB.NET, C#, Delphi, VB6, VFP.

Popular Solution Go   Back

VB.NET - How to add the Image Viewer CP SDK ActiveX x64 to Visual Studio

Step 1: To install the Image Viewer CP SDK ActiveX x64l, begin by launching the setup file (http://www.viscomsoft.com/demo/imageviewersetup-x64.exe). Select the desired installation folder for the Image Viewer CP SDK ActiveX x64 and continue with the installation on your development computer.

Step 2: Create New Visual Basic Project, select Windows Forms Application.

Step 3: In Solution Platforms combo box, select Configuration Manager...

Step 4: In Active solution platform combo box, select New... 

 

Step 5: Select x86 in Type or select the new platform combo box. Click OK.

 

Step 6: In Solution Platforms combo box, select Configuration Manager...

 

Step 7:  In Active solution platform combo box, select New... 

 

Step 8: Select x64 in Type or select the new platform combo box. Click OK

Step 9: In Solution Platforms combo box, select x86.  Because VS Studio must select x86 first then it can import 32 bit COM Components. It cannot import 64 bit COM Components on winform directly.

 

Step 10: In Toolbox, right click the mouse , then select Choose Item...

 
Step 11: select COM Components, select ImageViewer Control, click OK.

Step 12: Now you will see the ImageViewer Control 's icon on Toolbox, drag it on form and drag the button on form.

Step 13: In button click event, add the following code to load the image, You should change the correct path of the image file.

Step 14: If you want to compile to x64, select x64 in Solution Platforms combo box, press F5 to run the project.