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 ..