I would like to access a webpage in my VB6 form.
I have read an article about this how to get it in netscape navigator like <webBrowse Navigate "microsoft.com" >.
But my Internet Browser is internet explorer.I want it using internet explorer.

Recommended Answers

All 3 Replies

include the web browser component from components and then try for that.

what do you mean by web browser component
is my code
webBrowse.Navigate works for netscape or for any browser like mozilla, microsoft internet
can you give me a sample how to include what you said

debasisdas means a control, go to Project menu select components then add the Micirosoft Internet Controls.
Code for viewing a site is WebBrowser.Navigate "put your url here"

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.