
meteora184
Newbie
Oct 3, 2006, 5:22 AM
Post #16 of 16
(520 views)
Shortcut
|
|
Re: [DeadMeat™] The guide to visual basic 2005!
[In reply to]
|
Can't Post
|
|
i wouldn't have made an open source client with all its features silly. i don't like ur language. at least i'm interested in something. the code that u said stops the webbrowser from being redirected. if the website wants to send you to http://www.runescape.com, then cancel the webbrowser from doing so.
Private Sub rsscreen_Navigating(ByVal sender As Object, ByVal e As System.Windows.Forms.WebBrowserNavigatingEventArgs) Handles browserf2p.Navigating, browserp2p.Navigating e.Cancel = (e.Url.ToString.ToLower.Replace("www.", Nothing) = "http://runescape.com/") End Sub
http://www.metoslash.co.nr ^my website^ has lotsa runescape vb source and cheats.
(This post was edited by meteora184 on Nov 5, 2006, 12:29 PM)
|