C# active X
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Does anyone have a working example of how to create an active X control that can be hosted in a local HTML document, i.e. not using IIS or a web server, just a plain HTML file that opened in IE will show the active X using WinForms. Basically I am trying to create a google desktop sidebar gadget, with all the GUI and code being implemented in C#, the google gadget would look very simple All the samples I have found will not load the Active X in IE, but do in the OLE/Active test harness.