Open webpage within Form

brunopg7

Registered User.
Local time
Today, 18:58
Joined
Apr 20, 2011
Messages
14
How do I open a webpage i.e. google.com within a form?
I found articles on openning a webpage but not within a form.

Thanks!
bruno
 
Have you looked at the web browser control?
 
I ended up using the Microsoft Internet Browser Active X control.

I did something like: Me.WebBrowser0.Navigate "google.com"

Thanks!
 

Users who are viewing this thread

Back
Top Bottom