Free Games Forum
Free Games Games Forums Music Forums TV Forums

  Free Games Forum Home FORUM
HOME
Search Posts SEARCH
POSTS
Who's Online WHO'S
ONLINE
Log in LOG
IN
Rules & FAQ RULES / FAQ
REPORT SPAM

Free Games Forum: Game Technology: Visual Basic / VB:
Post deleted by DeadMeat™

 

 


DeadMeat™
Enthusiast


Dec 30, 2005, 1:57 AM

Post #1 of 16 (944 views)
Shortcut
Post deleted by DeadMeat™

 


thechezman14
Enthusiast


Dec 30, 2005, 1:58 AM

Post #2 of 16 (939 views)
Shortcut
Re: [deadmeat] The guide to visual basic 2005! [In reply to] Can't Post

nice



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
will MM for FREE

This is 10% luck, 20% skill, 15% concentrated power of will, 5% pleasure, 50% pain, And a 100% reason to remember the name - mike shinoda


peterdeskater
Newbie


Dec 31, 2005, 2:31 AM

Post #3 of 16 (928 views)
Shortcut
The guide to visual basic 2005! [In reply to] Can't Post

ehm now make a guide for a rs client pls :D


WAHHA NOOB SCAMMER FORGOT REMOVE PHAT!


DeadMeat™
Enthusiast


Dec 31, 2005, 4:10 AM

Post #4 of 16 (925 views)
Shortcut
Re: [peterdeskater] The guide to visual basic 2005! [In reply to] Can't Post

There is already one its in the middle.


peterdeskater
Newbie


Jan 1, 2006, 1:07 AM

Post #5 of 16 (923 views)
Shortcut
Re: [deadmeat] The guide to visual basic 2005! [In reply to] Can't Post

what u mean




Add me on runescape tha rippper0


WAHHA NOOB SCAMMER FORGOT REMOVE PHAT!


DeadMeat™
Enthusiast


Jan 1, 2006, 9:47 AM

Post #6 of 16 (922 views)
Shortcut
Re: [peterdeskater] The guide to visual basic 2005! [In reply to] Can't Post

In this forum.Look for it.it says Autotalker or whatever.


Personal demon
Enthusiast


Jan 12, 2006, 12:35 AM

Post #7 of 16 (880 views)
Shortcut
Re: [deadmeat] The guide to visual basic 2005! [In reply to] Can't Post

its okay but iv had vb 2005 for a while but am haveing trouble converting programs from vb6


__________________________________________

*SKIM OR DIE!*


compwiz3000
Newbie

May 12, 2006, 9:55 AM

Post #8 of 16 (708 views)
Shortcut
Re: [Personal demon] The guide to visual basic 2005! [In reply to] Can't Post

Yeah, how do you make a worldswitcher or client in VB .NET?


Jaymzanator
Enthusiast


May 13, 2006, 8:25 PM

Post #9 of 16 (704 views)
Shortcut
Re: [compwiz3000] The guide to visual basic 2005! [In reply to] Can't Post

simple.


(17:20) Taz:
and tazg is lol'in at you all the way from canada
(17:21) James:
lol canadians


compwiz3000
Newbie

May 13, 2006, 11:25 PM

Post #10 of 16 (701 views)
Shortcut
Re: [Jaymzanator] The guide to visual basic 2005! [In reply to] Can't Post

Can you explain? And how would this work:?


Code
Public Class Form1  
Private Sub WebBrowser1_DocumentCompleted(ByVal sender As System.Object, ByVal e As System.Windows.Forms.WebBrowserDocumentCompletedEventArgs) Handles WebBrowser1.DocumentCompleted
If e.Url = "http://www.runescape.com/" Then e.cancel = True
End Sub
End
Class


So, how does it work? And where do I put it? And it doesn't really work for me...I got the following errors:
  1. Overload resolution failed because no accessible '<method>' can be called with these arguments:<error>
  2. 'cancel' is not a member of 'System.Windows.Forms.WebBrowserDocumentCompletedEventArgs'.

Could you explain how to make the client more clearly now?


Jaymzanator
Enthusiast


May 14, 2006, 12:54 AM

Post #11 of 16 (698 views)
Shortcut
Re: [compwiz3000] The guide to visual basic 2005! [In reply to] Can't Post

i am working on it... i get those errors too.


(17:20) Taz:
and tazg is lol'in at you all the way from canada
(17:21) James:
lol canadians


DeadMeat™
Enthusiast


Sep 10, 2006, 7:43 AM

Post #12 of 16 (580 views)
Shortcut
Re: [Jaymzanator] The guide to visual basic 2005! [In reply to] Can't Post

BUMP.
Updated.
Dead links are now working ;)


meteora184
Newbie

Sep 23, 2006, 10:02 AM

Post #13 of 16 (558 views)
Shortcut
Re: [peterdeskater] The guide to visual basic 2005! [In reply to] Can't Post

are u retarted? i put up a source to a runescape client in this section Unsure


http://www.metoslash.co.nr
^my website^
has lotsa runescape vb source and cheats.


DeadMeat™
Enthusiast


Oct 2, 2006, 1:51 AM

Post #14 of 16 (536 views)
Shortcut
Re: [meteora184] The guide to visual basic 2005! [In reply to] Can't Post


In Reply To
are u retarted? i put up a source to a runescape client in this section Unsure

So?Not everyone wants your [Expletive Deleted]ty client.I'd make my own client maybe 100x better then that piece of crap.
Half the people here don't play runescape anyways.


kidd rune3
Enthusiast


Oct 2, 2006, 9:45 AM

Post #15 of 16 (528 views)
Shortcut
Re: [compwiz3000] The guide to visual basic 2005! [In reply to] Can't Post


In Reply To
Can you explain? And how would this work:?


Code
Public Class Form1   
Private Sub WebBrowser1_DocumentCompleted(ByVal sender As System.Object, ByVal e As System.Windows.Forms.WebBrowserDocumentCompletedEventArgs) Handles WebBrowser1.DocumentCompleted
If e.Url = "http://www.runescape.com/" Then e.cancel = True
End Sub
End
Class


So, how does it work? And where do I put it? And it doesn't really work for me...I got the following errors:
  1. Overload resolution failed because no accessible '<method>' can be called with these arguments:<error>
  2. 'cancel' is not a member of 'System.Windows.Forms.WebBrowserDocumentCompletedEventArgs'.

Could you explain how to make the client more clearly now?

i think e needs to be webbrowser1


Mix a pancake,
Stir a pancake,
Pop it in the pan;
Fry the pancake;
Toss the pancake,
Catch it if you can.



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.

Code
  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)

 
 
 


Search for (options) Web Design by Web Ideas - Page loaded in: 0.20 s on (CGI/1.1)