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

GUI in Visual Studio Express 2013

mario6117

New Member
Joined
May 13, 2012
Messages
24
Reaction score
0
Hello,

I've noticed that some of the plugins that come with the bot give you some GUI in which you can select stuff (e.g. the scarecrow plugin).
I was wondering how you can create this GUI. Can I just use WPF?

Thanks in advance.
 
Plugins are compiled .net dll, with a class inherite from Core...
AB instance this class, and call PluginRun method.

After that, its with you! You can use everything in .NET.. including WPF, Windows Forms, async, threads, mimimi
 
Back
Top