Visual Basic Development Bookmark and Share   
 Home > Visual Basic Language > help: WebBrowser Control
 

help: WebBrowser Control

hi,
I want to Add a web browser control to my project , but i don't want it to open url or anything like that .
i want to fill it programaticly from a database to display some text and links on it, when the user click a link the webBrowser control will open the url or even i can open it in the enternet explorer

i know i can put links in RichTextBox control but i don't know how to format the paragraphs in it, anyway i prefer the WebBrowser instead

is there anyone to guide me through this?

Thx
shakalama  Monday, December 05, 2005 6:00 PM
Take a look at the webbrowser controls documenttext property

http://msdn2.microsoft.com/en-us/library/system.windows.forms.webbrowser.documenttext.aspx
Ken Tucker  Monday, December 05, 2005 10:53 PM
Take a look at the webbrowser controls documenttext property

http://msdn2.microsoft.com/en-us/library/system.windows.forms.webbrowser.documenttext.aspx
Ken Tucker  Monday, December 05, 2005 10:53 PM
Thx alot it was neat
shakalama  Tuesday, December 06, 2005 10:11 AM

You can use google to search for other answers

Custom Search

More Threads

• Using Streamwriter with an Open Dialog Box
• A Few Questions (VB, Studio 05)
• Quitting Excel
• How can I choose one audio track in a multi-track avi file?
• Equivalent of string$(X,"X") etc?
• How do you take in user input (password and username) & check if it is a certian value?
• Where to look to find the list of all Visual Basic events...
• "Option Explicit"?!!
• Question on SQL linking data to web developer (VB)
• Access a section in the config file