Image Viewer SDK for 32 bit, 64 bit MS Access 2016, VB.NET, C#, Delphi, VB6, VFP.
For Windows Developers who need to control speaker volume or microphone volume on Windows 11 /10 for VB.Net, C#, VC++, VB6 , Delphi, VFP, MS Access.
Platform :
Step 1: Download trial version of Power Point Viewer Pro ActiveX and installed it.
Step 2: Started visual studio 2010, the next step is create New Project, select Windows Application.
Step 3: In Toolbox, Right Click mouse and Select Choose Items... , Select Power Point Viewer Pro Control in COM Components Tab.
Step 4: Now you will see the Power Point Viewer Pro ActiveX on Toolbox, Drag the Power Point Viewer Pro Control from Toolbox on form.
Step 5: Add Button on form. Add following code in Button click event.It will create pptx file.
private void button1_Click(object sender, EventArgs e){
axPPTXViewer1.AddImage(0,"c:\\yourimage1.jpg");
axPPTXViewer1.AddImage(1,"c:\\yourimage2.jpg");
axPPTXViewer1.SetSlideDelay(0,10);
axPPTXViewer1.SetSlideDelay(1,10);
axPPTXViewer1.CreatePptx("c:\\temp\\test1.pptx")
}
Step 6: Add following code in another Button click event. It will display pptx file.
private void button2_Click(object sender, EventArgs e){axPPTXViewer1.PlayerWidth=1024;axPPTXViewer1.PlayerHeight=768;axPPTXViewer1.FPS=25;axPPTXViewer1.VMRType=2; //for win 7 or win 8 onlyaxPPTXViewer1.LoadPPTXFile("c:\\temp\\test1.pptx");axPPTXViewer1.InitControl();int iresult = axPPTXViewer1.Play(); if (iresult==0) MessageBox.Show("Your computer does not support selected Video Renderer, Try select another Video Renderer");}
info@viscomsoft.com (General information)
sales@viscomsoft.com (Sales)
support@viscomsoft.com (Support)
Copyright © 2009-2022 Viscom Softwares. All rights reserved.