What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Gui

king

Member
Joined
Jan 15, 2010
Messages
463
Reaction score
1
Ok I looked at Nesox guide to include a gui.
For a plug in im trying to do the same thing but I am so confused.
can anyone help? like suggestions?
 
Where are you confused, what exactly are you having trouble with?
 
Last edited:
I was having trouble with the over all set up.
I am new to C# and your coding was a little confusing.
To be honest idk if I can be helped at this point lol, a detailed video would be awesome tho :)

Thanks
 
Plugins can be made with multiple .cs files. With this in mind we can use visual studio to make a GUI (in your plugin's project create a new window form). Just edit the GUI as you please and once it is done (and the code) just (in the constructor method) create a new thread for it and bam your done.. You will probably have to look a little bit of that up (threading etc) but thats how it works.
 
Back
Top