Home All Groups Group Topic Archive Search About

Forms Control in IE

Author
4 Apr 2007 1:49 PM
Peter Hemmingsen
I got a Win Forms Control embedded in an HTML (used by IE)  like this:

     <object id="rtfcontrol" height="472" width="488"
classid="RtfControl.dll#devhood.rtfcontrol">

It Works fine when running inside VisualStudio 2005 but not when copied to
another location. I want to copy the HTML file and the Forms Control dll (in
this example RtfControl.dll) onto a CD an then be able to use the CD on any
PC with Framework installed. When I copy the files to another location (e.g
c:\xx) and load the HTML file from this location the Win Form Control is not
shown.

Next step is to place a data file along with the html and dll and then have
the Forms Control being able to read this file. However I can't get around
the security issues.

Your comments on both issues would be highly appreciated,- thanks.

Peter

AddThis Social Bookmark Button