Diablicolic Posted August 3, 2003 Posted August 3, 2003 I downloaded this application, and what it did was display an HTML Document from inside the form. How could I do that? (I can't right-click the HTML document from the form either :( ) ----Edit---- OR WAIT!! I can right-click the HTML document on the form! So just to clear that up. Quote "Reality is fake, Dreams are for real"
*Gurus* divil Posted August 4, 2003 *Gurus* Posted August 4, 2003 You can use the WebBrowser ActiveX control, by first adding it to your toolbox. The next version of .NET will include a managed WebBrowser control that you can put on your form. Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
Diablicolic Posted August 4, 2003 Author Posted August 4, 2003 Browser Confusion Picture I don't understand how to change the display of the browser to display an html file. Quote "Reality is fake, Dreams are for real"
Leaders dynamic_sysop Posted August 4, 2003 Leaders Posted August 4, 2003 you need to use " Navigate " , the locationurl is where the browser is currently sitting ( the webpage it's gone to ) Browser.Navigate "C:\your local.htm" '/// or Browser.Navigate "http://somesite.com" Quote
Diablicolic Posted August 4, 2003 Author Posted August 4, 2003 omg this rules! Thank you so much sysop! Quote "Reality is fake, Dreams are for real"
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.