|
-
Jan 11th, 2008, 05:09 PM
#1
Thread Starter
Hyperactive Member
[2005] WebBrowser Showing New URL Right after it was clicked
first of all .. i'm pretty new @ vb ... but i really would like some help.
i made a simple webbrowser in VB .. Many Tutorial can be found on the net, but i cant create the following:
RIGHT after a user click a new link/url i want the following message be displayed:
msgbox("Going to the following URL:") Then i need the Link that was just clicked.. this message must be displayed before navigating to the link that was hit..
Currently i'm using the Private Sub WebBrowser1_Navigating2 event .. MsgBox(WebBrowser1.Url.ToString()) gives me the old link, not the one that was just hit ..
Can anyone help me please ..
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|