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 11, Windows 10, Windows 8, Vista, XP
Video Editor SDK that allows users Drag & Drop to arrange clip orders, edit movies, apply effects & transitions with C++, C#, VB.net , VB, Delphi, VFP, MS Access.
Step 1: To install the Movie Maker Timeline Control SDK, begin by launching the setup file (http://www.viscomsoft.com/demo/moviemakersetup.exe). Select the desired installation folder for the Movie Maker TImeline Control and continue with the installation on your development computer.
Step 2: Create New Visual C# Project, select Windows Forms Application.
Step 3: In Solution Explorer, select References ,right click mouse to select Add Reference... Select COM tab, select Movie Maker Timeline Control SDK
Now you will see the Movie Maker Timeline Control on Toolbox, Drag the Movie Maker Timeline Control from Toolbox to form.and add four buttons on form. Change the text of button to "add video 1", "add video 2", "add pic in pic" ,"preview" and add a picture box on form.
Step 4: Add the following to the top of the coding window:
int _iVideoWidth; int _iVideoHeight;
public Form1(){
InitializeComponent();
}
Step 5: Add following code in Button1 click event.private void button1_Click(object sender, EventArgs e){ string strVideo1 = "c:\yourfolder\yourvideo1.mp4";
float iVideo1Duration = axTimelineControl1.GetMediaDuration(strVideo1);_iVideoWidth = axTimelineControl1.GetMediaWidth(strVideo1);_iVideoHeight = axTimelineControl1.GetMediaHeight(strVideo1);
axTimelineControl1.AddVideoClip(axTimelineControl1.GetVideo1TrackIndex(), strVideo1, 0, iVideo1Duration, 0,0);
string strImage = "c:yourfolderyourimage.png";
axTimelineControl1.AddImageClipTransparent(axTimelineControl1.GetImageTrackIndex(), strImage, _iVideoWidth, _iVideoHeight, Color2Uint32(Color.White),100, 200, 0, 0, 0, 30);
info@viscomsoft.com (General information)
sales@viscomsoft.com (Sales)
support@viscomsoft.com (Support)
Copyright © 2009-2022 Viscom Softwares. All rights reserved.