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:

GGKyle
  • Challenger
Status: Offline
Joined: Aug 10, 201112Year Member
Posts: 170
Reputation Power: 7
Status: Offline
Joined: Aug 10, 201112Year Member
Posts: 170
Reputation Power: 7
I just started and I got this error : [ Register or Signin to view external links. ]

I just need to know if I'm on the right track or what.
#2. Posted:
iyop45
  • Prospect
Status: Offline
Joined: Apr 15, 201113Year Member
Posts: 614
Reputation Power: 83
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.
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.