You are viewing our Forum Archives. To view or take place in current topics click here.
C# Mw3 XP Tool Help
Posted:
C# Mw3 XP Tool HelpPosted:
Status: Offline
Joined: Aug 10, 201113Year Member
Posts: 170
Reputation Power: 7
#2. Posted:
Status: Offline
Joined: Apr 15, 201113Year Member
Posts: 614
Reputation Power: 83
You really should learn how programming works and too the syntax for c#. I don't see how you got to where you did but importing lots of libraries and declaring an object you don't even use isn't really what I consider a "good start" you should at least know what is in those libraries and how to actually write methods and use classes; hence the errors in your code.
P.s InitializeComponent() should be inside your form1 load method, not inside a random set of curly braces in your class of which means jack sh!t to the compiler.
P.s InitializeComponent() should be inside your form1 load method, not inside a random set of curly braces in your class of which means jack sh!t to the compiler.
- 2useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.