Image Viewer SDK for 32 bit, 64 bit MS Access 2016, VB.NET, C#, Delphi, VB6, VFP.
It is a 64 bit and 32 bit PDF Viewer SDK, fast open PDF, support print the PDF, searching the text for 32 bit, 64 bit MS Access 2016, VB.NET, C#, C++, Delphi, VB6, VFP.
Platform : Windows XP, Vista, Windows 7, Windows 8, 10
For Windows Developers who need play the PowerPoint presentation without installed MS PowerPoint for C#, C++, VB.NET , VB6, Delphi, VFP, MS Access.
Step 1: To install the Power Point Viewer SDK ActiveX Control, begin by launching the setup file (http://www.viscomsoft.com/demo/powerpointviewersetup.exe). Select the desired installation folder for the Power Poiint Viewer SDK ActiveX and continue with the installation on your development computer.Step 2: Installed Microsoft Free PowerPoint Viewer 2010. Step 3: Create New Visual C# Project, select Windows Forms ApplicationStep 4: In Solution Explorer, select References ,right click mouse to select Add Reference... Select COM tab, select Power Point Viewer Control SDKStep 3: Add the following code in Form1.cs
public partial class Form1 : Form
{
PowerPointViewer.PowerPointViewerControl objPPTViewer=null;
Step 4: In form load event , add the following code
private void Form1_Load(object sender, EventArgs e)
objPPTViewer = new PowerPointViewer.PowerPointViewerControl();
objPPTViewer.Fastmode= true; objPPTViewer.Open("c:\\yourfile.pptx", 0, 0, 320, 240); objPPTViewer.SetPPTViewerParent((short)this.Handle);
}
info@viscomsoft.com (General information)
sales@viscomsoft.com (Sales)
support@viscomsoft.com (Support)
Copyright © 2009-2022 Viscom Softwares. All rights reserved.