At Viscom, we endeavor to provide the support and services that professional developers deserve. Whenever you need help, you may consult the wealth of online technical resources we have placed at your disposal below. If you have a support subscription, or wish to take advantage of the free 60-day support included with every product, you may contact Viscom's support staff to receive prompt and concise answers to your queries.
Yes. but our ActiveX controls are all 32 bit and must run inside 32 bit applications but these applications will run on 64 bit operating systems. It is important that the OCX file is not stored in the Windows\System32 folder on 64 bit operating systems because this folder is now reserved for 64 bit files and the control will not register from this location. This may affect the installation software that can be used to deploy the application.
In Visual Studio .NET applications the application must be compiled specifically for 32 bit. In the Solution Explorer select Properties and on the Build tab select "x86" under Platform Target.
When distribute your application with our ocx to 64 bit OS. Use the CorFlags.exe utility to
force it to load as 32 bit. This only needs to be run once.
e.g.
corflags.exe /32BIT AxInterop.AUDIOCAPTURELib.dll
This will force the audio capture activex to load as 32 bit.
corflags.exe /32BIT AxInterop.SCANNERLib.dll
This will force the scanner activex to load as 32 bit.
corflags.exe /32BIT AxInterop.VIDEOEDITLib.dll
This will force the video edit gold activex to load as 32 bit.
corflags.exe /32BIT AxInterop.SCRIBBLELib.dll
This will force the image viewer cp gold activex to load as 32 bit.
If you use window 7 64 bit OS. When you open our sample, you will get the error message "component not registered"
Solution:
Delete component from the form.
Clean project, clean solution.
Convert project to 32bits x86 version.
Remove all files form obj/debug folder.
Menu: View -> Choose Toolbox Item.
Right click the mouse on Toolbox, Select Choose Items...
Browse to folder with OCX, select the ocx file e.g. videoeditgold.ocx
Resize component on form.
Recompile, the project now Works.
The Windows 2008 server R2 was missing Desktop experience. once you installed it everything works fine.
One Developer License is required per developer and per development computer and is non transferable
Single Developer License. 1 Developer License (One Developer License is required per developer and per development computer ). If you will using the activex on web page or web server, you should purchase Single Server license
Team Developer License. 4 Developer Team License (One Developer License is required per developer and per development computer). If you will using the activex on web page or web server, you should purchase Single Server license
Site Wide License. Allows Unlimited Developers installed the activex on unlimited development computer at a Single Physical Address. If you will using the activex on web page or web server, you should purchase Single Server license
Single Server License. Allows single Developers installed the activex on single web page or web server and single development computer.
No. There is no royalty fee for redistributing the Viscomsoft ActiveX Control with your software.
The Viscomsoft activex control contains a variety of functions that may be used by developers as they implement products, including products that support various industry standards. Implementations of products in accordance with such standards, or the standard-enabled platforms, may require licenses from various entities. Such licensing is not provided by Viscomsoft activex control. for example: MP3 codec are not royalty free.
Licensing is per developer. Each developer using the software will need a separate license.
If you purchased single developer license, you only allow installed the activex on single development computer in same time.
It may av manager cannot upload schedule and content to av scheduler's ftp server. Please see Diagnose AV Manager upload schedule problem to diagnose the ftp sever whether working or not.
AV scheduler will open port 7000 to receiving the signal from av manager. You need set firewall to non blocking the AV scheduler and firewall may block ftp server in av scheduler's computer, select Windows Firewall - Exceptions tab, add port, input Port number 21.
Please see this image.
OEM license is one time cost. It allow reband the AV Manager and AV Scheduler name to your software name. Your customer will not know this software is written by us.
The demo version of the AV manager with your rebranded name will be sent to you. You are reminded that the demo version will be used for demonstration and testing purposes only. If anyone shows interested to the purchase of the said software, please contact us and make a new order. 30% discount will be granted if new order is requested.
Yes. After you installed PowerPoint Viewer 97, it can display power point file in web content. The power point viewer must 97 version.You cannot installed another version.
AV Manager allows split to 12 zone in one single screen.
AV Manager supports a variety of video formats including MOV, Windows Media Video (WMV), DIVX, ASF, AVI, and MPEG1, MPEG2, FLV, F4V, M2TS, VOB.
Yes. You can buy multi-monitor display card. In AV Manager's Layout Content, the screen size is user definable. You may set the layout size.e.g. Each monitor resolution is 1024x768, you may set 2048 x 768 in layout content.
Yes. The OEM version of AV manager allows you to customize the icon displayed both in your application, as well as the icon associated with the executable of your published application. You can send ico file (32x32 256 color) to us.
Yes. AV Manager's text content support multi-language. but you may input English text only in demo version. If you need input non English text in text content. Please contact our support team.
Please select Maintenance - System Configuration in AV Manager, make sure you selected correct path on "AV Scheduler Folder". By default path of AV Scheduler is C:\Program Files\Viscom Software\AV Scheduler Single Version , if you installed the AV Scheduler to another folder, please select the correct path.
In your AV Scheduler computer, you may installed windows firewall. The AV Scheduler will open TCP port 700 for receiving the adhoc message. Select Control Panel - Windows Firewall, click Add Port, enter 7000 Port number and select TCP checkbox. Click OK to confirm.
Make sure you installed PPT 97 viewer only. If you installed MS office or another version of PPT viewer, you need uninstalled it , then reinstalling PPT 97 viewer. Select your ppt file in window explorer, right click mouse and select properties, You will see Unblock button , click it. Now you can preview PPT file in AV Manager.
Innosetup is a freeware that allow create setup programs for your ActiveX Control applications. You can download from http://www.jrsoftware.org
The following is the sample of our ActiveX setup script. It may help you to create your installer.
Download Image Viewer CP ActiveX Setup Script
Download Image Viewer CP Pro ActiveX Setup Script
Download Image Viewer CP Gold ActiveX Setup Script
Download Image Thumbnail CP ActiveX Setup Script
Download Movie Player ActiveX Setup Script
Download Movie Player Pro ActiveX Setup Script
Download Movie Player Gold ActiveX Setup Script
Download VideoEdit Gold ActiveX Setup Script
Download VideoEdit Mobile ActiveX Setup Script
Download VideoCap ActiveX Setup Script
Download VideoCap Pro ActiveX Setup Script
Download VideoCap Mobile ActiveX Setup Script
Download Video Chat Pro ActiveX Setup Script
Download Screen2Video ActiveX Setup Script
Download Screen2Video Pro ActiveX Setup Script
Download Screen2Video Gold ActiveX Setup Script
Download Scanner ActiveX Setup Script
Download Scanner Pro ActiveX Setup Script
Download Audio Capture ActiveX Setup Script
Download Audio Capture Pro ActiveX Setup Script
Download Video Broadcast ActiveX Setup Script
Download DVD Author ActiveX Setup Script
Download DVD Player ActiveX Setup Script
Download Power Point Viewer Pro ActiveX Setup Script
PUBLIC oForm
oForm = CREATEOBJECT('form')
oForm.ADDOBJECT('ocx','myocx')
oForm.ocx.Visible=.t.
oForm.ocx.Width=100
oForm.ocx.Height=100
oForm.Show
DEFINE CLASS myocx AS OLECONTROL
oleclass = 'SCRIBBLE.ScribbleCtrl.1'
ENDDEFINE
Image Viewer CP is a powerful image viewer activex control that supports a lot of popular image file formats, including MNG, JNG, Raw image (cr2, nef , crw, mrw, raf, erf, 3fr, dcr, raw, dng, pef, x3f, arw, sr2, mef, prf), TIFF, BMP, GIF, ICO, JPEG, JPEG 2000, PCX, PNG, PSD, WMF, WBMP, TGA, PGX, RAS, PNM.
Yes. It support run on c# or vb.net
When you purchased Image Viewer CP ActiveX, you will receive an email with full version download link and license key. You must reinstalled full version setup disk and set the license key in licensekey property in form load event or design time.
Use PrintImage2Printer method
Set the FileName property to empty, it will unlock the image.
ImageViewer1.FileName="" 'unlock the file.
No. Image Viewer CP ActiveX does not support input or output PDF file. You should use Image Viewer CP Pro or Image Viewer CP Gold ActiveX.
Choosing compile target x86 in advanced compile options did the trick and the example worked fine.
It support PDF, MNG, JNG, Raw image (cr2, nef , crw, mrw, raf, erf, 3fr, dcr, raw, dng, pef, x3f, arw, sr2, mef, prf), BMP, GIF, ICO, JPEG, JPEG 2000, PCX, PNG, PSD, TIF, WMF, WBMP, TGA, PGX, RAS, PNM image files.
Choosing compile target x86 in advanced compile options did the trick and the example worked fine.
Yes. It support all features of Image Thumbnail CP ActiveX plus it can support AVI, WMV, MPG, ASF video format and CR2, NEF, CRW, MRW, RAF, ERF, 3FR, DCR, RAW,DNG, PEF, X3F, ARW, SR2, MEF, ORF image format.
Choosing compile target x86 in advanced compile options did the trick and the example worked fine.
You need confirm hardware acceleration is enabled, Open 'Display Properties' in the Control Panel, Click the 'Settings' tab,Click on the 'Advanced' button at the bottom of the page, Click on the 'Troubleshooting' tab in the window that appears, Verify that the 'Hardware Acceleration' slider is at the rightmost position.
Choosing compile target x86 in advanced compile options did the trick and the example worked fine.
You need confirm hardware acceleration is enabled, Open 'Display Properties' in the Control Panel, Click the 'Settings' tab,Click on the 'Advanced' button at the bottom of the page, Click on the 'Troubleshooting' tab in the window that appears, Verify that the 'Hardware Acceleration' slider is at the rightmost position.
Choosing compile target x86 in advanced compile options did the trick and the example worked fine.
Movie Player Pro ActiveX will use VMR9 renderer to playback the video. some display card may have some problem when using VMR9 renderer, try download latest display card driver, it will solved.
After you press the check out button on our purchase page you can select a different payment method. We will accept a wire transfer, paypal, or fax order.
Normally we will send the download link within 24 hours. During this time please check your Spam folder and please check that your email server is not blocking our email address. If you have not received our email after 48 hours please contact us using a different email address and include your order number .
This "Extended Download Service" is from SWREG. When you order a product, it is automatically added to your order. Actually it does not need. we suggest you click icon to remove it to save money.
Choosing compile target x86 in advanced compile options did the trick and the example worked fine.
Screen2Video ActiveX does not support zoom in or zoom out feature, Try Screen2Video Pro ActiveX, it support zoom in or zoom out feature when capturing.
Yes. But you cannot use default wmv profile. because default wmv profile include video stream and audio stream. You need use our WMV Profile Editor ActiveX to create video stream only WMV Profile. Finally you need call WMVCustomProfile property point to custom profile.
Yes. You may use FireFox or Safari , If you use old version of Safari (Version 4.0), You should upgrade to Version 5.0 or above. Otherwise you cannot open the image from OpenFile Dialog.
Select our VB Script File on Window File Explorer, Try to change in the properties of the file to run by default with c:\Window\SysWoW64\cscript.exe
VideoCap ActiveX have VideoStandard Property, it can control the video standard.
e.g.
VideoCap1.VideoStandard=4 'Set to PAL -B Standard
Now VideoCap ActiveX will listed all video and audio compressor installed on your system, but some video/audio compressor is cannot use. So you should select correct video/audio compressor. e.g. DV Video Encoder, Microsoft Video 1, DivX, PCM.
You should select correct Video Compressor, e.g. DIVX, XVID, Microsoft Video 1, MJPEG Compressor.
Choosing compile target x86 in advanced compile options did the trick and the example worked fine.
Choosing compile target x86 in advanced compile options did the trick and the example worked fine.
When you purchased our products, you will received the full version download link and license key by email. You need reinstalled full version setup disk and set the license key to licensekey property in form load event or design time. Then you will not see the nag screen.
VideoEdit ActiveX can convert AVI to DIVX or WMV File, If you want to convert video to MPEG2 file, Please use VideoEdit Pro or VideoEdit Gold ActiveX.
You may use AddVideo and AddAudio methods
e.g.
VideoEdit1.InitControl
VideoEdit1.AddVideo "c:\1.jpg" , 0,1,0
VideoEdit1.AddVideo "c:\2.jpg" , 0,1,0
VideoEdit1.AddVideo "c:\3.jpg" , 0,1,0
VideoEdit1.AddAudio "c:\test3.mp3" , 0,3
VideoEdit1.Preview
Choosing compile target x86 in advanced compile options did the trick and the example worked fine.
Before you convert to DIVX file, you should selected DIVX codec, you may call VideoCompressors.ShowPropertyPage() to display the DIVX Codec Properties's PropertyPage. In Certification Profile, you should select 720HD Profile or 1080HD Profile.
Because the 3GP file have mono audio, so you need set AudioSample and AudioChannels properties before call InitControl.
VideoEdit1.AudioSample=0
VideoEdit1.AudioChannels=1
VideoEdit1.InitControl
Choosing compile target x86 in advanced compile options did the trick and the example worked fine.
Select Component - Import ActiveX Control -VideoEdit Pro ActiveX and press Install button to build the package and close the project and open again , it will no problem.
It does not decode mpeg2 file. You should use Video Edit Gold ActiveX with mpeg2 decoder.
Choosing compile target x86 in advanced compile options did the trick and the example worked fine.