|
-
Nov 2nd, 1999, 04:24 AM
#1
Thread Starter
Junior Member
Would anyone happen to know how to use the WebBrowser control? I doubled click it, and now there is a gray area on the form. The controls name is WebBrowser1. Anyone know how i can code, and where in an event procedure, i can open up a site into that gray area? I don't want to open up a browser, i just want a site to open within my program using the WebBrowser control. Say, as soon as i load my program, in the gray area, the site www.vb-world.net loads. How will i do this? Please, help! I need the code!!! Thanks in advance.
-
Nov 2nd, 1999, 04:43 AM
#2
In the Form Load Event..
Code:
WebBrowser1.Navigate "www.vb-world.net"
------------------
Aaron Young
Analyst Programmer
[email protected]
[email protected]
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
|