Step 1: Download image viewer cp pro ActiveX setup disk and installed it.
Step 2: Create New Visual Basic Project, select Windows Application.
Step 3: Add a buttons into the form.
Step 4: Add following code in buttons click event.
This sample code create multi page tif file.
ImageViewer1.AddTIF "c:\test1.bmp"
ImageViewer1.AddTIF "c:\test2.jpg"
ImageViewer1.SaveTIF "c:\newtif.tif"
End Sub