• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Gui

    Discussion in 'Archives' started by king, Jan 16, 2010.

    1. king

      king Member

      Joined:
      Jan 15, 2010
      Messages:
      463
      Likes Received:
      1
      Trophy Points:
      18
      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?
       
    2. fpsware

      fpsware Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      5,287
      Likes Received:
      133
      Trophy Points:
      63
      Where are you confused, what exactly are you having trouble with?
       
      Last edited: Jan 16, 2010
    3. king

      king Member

      Joined:
      Jan 15, 2010
      Messages:
      463
      Likes Received:
      1
      Trophy Points:
      18
      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
       
    4. erenion

      erenion DEVELOPER Buddy Core Dev

      Joined:
      Jan 15, 2010
      Messages:
      321
      Likes Received:
      6
      Trophy Points:
      0
      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.
       

    Share This Page