PDA

Click to See Complete Forum and Search --> : How do I capture the current URL on VB dialog box


sellstsg
Mar 29th, 2000, 11:16 PM
Hi all,

Could someone help me.

I have developed a dialog box in Visual Basic which is connected to the IE toolbar. I need this dialog box to capture the current URL(not default URL)on to the dialog box field.

I have tried LocationURL.Gohome, but this captures the default URL, but I need the current URL that is present in the IE.
Could someone tell me me how to do? Really appreciate it.
Thanks in advance.
Sellstsg

Serge
Mar 29th, 2000, 11:35 PM
Check out the Code Snippet (http://forums.vb-world.net/showthread.php?threadid=12705) I posted for the similar question.

sellstsg
Mar 30th, 2000, 10:09 PM
Thanks Serge, you are wonderful, I will try it soon and come back to you.