|
-
Dec 12th, 2006, 02:34 AM
#1
Thread Starter
Addicted Member
Web browser control : navigating to html
I have html source in text box control.
and i want to display it in webpage form in webbrowser control
I am doing very simple
Webbrowser1.Navigate Text1.Text
but its not displaying me anything.
I also tried
WebBrowser1.Navigate "<htm><head></head><body><h1>Hello World</h1></body></html>"
and its also displaying nothing.
Kindly help me to display web page like display for html source in text box.
Thank You.
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
|