how to access the running internet explorer in vb.net
if my internet explorer open then how to use this internet explorer in vb.net

thnks in advance

Recommended Answers

All 6 Replies

you mean you want to show the IE in windows form?

i have first open the ie & then open my application . my application access the open ie

Dim webAddress As String = "http://Google.com/"

        Process.Start(webAddress)

use this one line quote
System.Diagnostics.Process.Start("iexplore")
and if you directly want to open google
System.Diagnostics.Process.Start("http://www.google.com/webhp")

i made a vb.net application that can download file from web . i need this application can run with internet explorer. is there any help to autorun the project with internet explorer or other browser??

Hi Rajesh plz open new thread. do not hijack someone else post. :)

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.