The VNC Manager - SmartCode Solutions Forum
Home       Members    Calendar    Who's On
Welcome Guest ( Login | Register )
        



What do I do next with the ActiveX Control Expand / Collapse
Author
Message
Posted 11/27/2006 3:25:47 PM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 8/17/2007 10:12:27 AM
Posts: 2, Visits: 14
Once you have the ActiveX control installed on your server what do you do next?

Insert the Active X Control into an HTML file?

How do I do this? I'm not sure where to start now! =)

Thanks for your help!

Post #1252
Posted 11/27/2006 9:39:10 PM


Supreme Being

Supreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme Being

Group: Administrators
Last Login: Yesterday @ 3:30:09 AM
Posts: 1,162, Visits: 1,908
Next it would worth to read the following

MSDN: Cabinet files chapter
MSDN: How to use licensed ActiveX controls in Internet Explorer

You don't have to register ViewerX on the server side. What you should do is to have the .cab file hosted on the web server. And in your html code add a refference to the cab file, so it could be downloaded and installed on a client computer. This is common for all ActiveX controls.

A sample html code with ViewerX could look like this:

<object classid="clsid:5220CB21-C88D-11CF-B347-00AA00A28331">
        <param name="LPKPath" value="/download/cab/scvncctrl.lpk">
</object>

<object classid="clsid:62FA83F7-20EC-4D62-AC86-BAB705EE1CCD" id="ViewerX" codebase="/download/cab/viewerx.cab">
      <param name="HostIP" value='192.168.1.1'>
      <em>Your browser does not support ActiveX controls. Use Internet Explorer to view ViewerX demo page.!</em>
</object>



Kindest Regards,
SmartCode Solutions Support

Post #1254
« Prev Topic | Next Topic »


Reading This Topic Expand / Collapse
Active Users: 0 (0 guests, 0 members, 0 anonymous members)
No members currently viewing this topic.
Forum Moderators: Support (s-code), Alex (s-code)

Permissions Expand / Collapse

All times are GMT -8:00, Time now is 3:46am

Powered by InstantForum.NET v4.1.4 © 2010
Execution: 0.188. 9 queries. Compression Disabled.