is there any kind of controll that will allow the viewing of an HTML document inside a form, w/o having to open a browser window? i'm not trying to view web sites, just simple local HTML pages. any help?
Printable View
is there any kind of controll that will allow the viewing of an HTML document inside a form, w/o having to open a browser window? i'm not trying to view web sites, just simple local HTML pages. any help?
yes, the webbrowser control. You have to add it to your toolbox manually, look under the COM components. It can be used to view html docs local and online.
well i added it to my toolbox, but it's all greyed out. do i need to make a specific reference?
no, you added the wrong control, the WebClient, thats not it.Quote:
Originally Posted by medicenpringles
You need to look in th COM tab when adding and find "Microsoft Browser" and add that