get current url from internet explorer

bjay55

Freshman
Joined
Mar 19, 2005
Messages
25
I have been trying to get the current url from a open internet explorer program, but have had no luck. I was able to do this in vb 6 with a label control and the linkTopic, linkItem, linkMode, and linkRequest properties like so:

.LinkTopic = "netscape6|WWW_GetWindowInfo"
.LinkItem = "0xffffffff"
.LinkMode = 2
.LinkRequest

but with vb.net there seems to be no .linkTopic or the others. I would greatly appreciate any help. Thank you.
 
Back
Top