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

[512 byte] By [shakalama] at [2007-12-17]
# 1
Take a look at the webbrowser controls documenttext property

http://msdn2.microsoft.com/en-us/library/system.windows.forms.webbrowser.documenttext.aspx

KenTucker at 2007-9-8 > top of Msdn Tech,Visual Basic,Visual Basic Language...
# 2
Thx alot it was neat
shakalama at 2007-9-8 > top of Msdn Tech,Visual Basic,Visual Basic Language...