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?
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.