bjay55 Posted December 14, 2005 Posted December 14, 2005 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. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.