|
-
Jun 17th, 2010, 01:42 AM
#1
Thread Starter
New Member
Please Help Me With VB WebBrowsers
Can Some One please help me with my problem...
I am trying to get a VB WebBrowser to load an HTML Code From A RichTextBox, how would i do this...
-
Jun 17th, 2010, 01:48 AM
#2
Re: Please Help Me With VB WebBrowsers
If you want to load literal code, rather than a file, into a WebBrowser then you set its DocumentText property. To get the text from a RichTextBox you get its Text property. Put the two together and you have your solution.
-
Jun 17th, 2010, 01:56 AM
#3
Thread Starter
New Member
Re: Please Help Me With VB WebBrowsers
So you get something like this ?
vb Code:
WebBrowser1.Url = (RichTextBox1.Text)
If that is corect, where is my error am i makeing in that code?
-
Jun 17th, 2010, 01:58 AM
#4
Re: Please Help Me With VB WebBrowsers
Go back and read my post again and compare what I said to your code.
-
Jun 17th, 2010, 02:03 AM
#5
Thread Starter
New Member
Re: Please Help Me With VB WebBrowsers
Sorry for that I understand now.
Thanks alot!!!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|