RSS Feed
Knowledgebase : ViewerX VNC Viewer ActiveX
ViewerX is capable to establish UltraVNC Repeater Type I and Type II connections. The source code below shows how Type II connection can be established.viewerX.ProxyType = ConnectionProxyType.VPT_ULTRA_REPEATER; //IP or hostname of the computer with Ultra...
There are several ways to register ViewerX ActiveX: * by the use of the REGSVR32.EXE program, you can find it in the ViewerX installation directory or in Windows folder. To register a control you simply have to digit the following command: regsvr32.exe...
This KB article discusses the use of the SmartCode ViewerX ActiveX control without the need to register them on the target system.Prior to Windows XP, an ActiveX control had to be registered on the system before it could be used by an application. This re...
The problem can be is that your HTTP proxy server is not allowing CONNECT requests. By default some HTTP proxy servers allow GET and POST requests only. You must enable CONNECT request in order to allow ViewerX HTTP proxy connections.