C# GUI Help - Printable Version +- Support Forums (https://www.supportforums.net) +-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87) +--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18) +---- Forum: Visual Basic and the .NET Framework (https://www.supportforums.net/forumdisplay.php?fid=19) +---- Thread: C# GUI Help (/showthread.php?tid=22393) |
C# GUI Help - Infested Terran - 09-25-2011 How do I change the GUI of an existing project I already started? The GUI I had in mind is one from here http://www.hackforums.net/showthread.php?tid=1754159 I don't know where to add that and where to add the theme base RE: C# GUI Help - Zombot - 11-06-2011 Open two new class, and paste both the theme base and theme into two different classes. Now select Build and the theme's buttons and theme will be on the Toolbox. RE: C# GUI Help - SomeWhiteGuy? - 11-11-2011 I don't think you could do what you want to. You would have to completely redo the GUI. It sucks, but I'm pretty sure that's the only way :/ I have had to do this like 4 or 5 times for the product I'm working on. RE: C# GUI Help - TalishHF - 11-16-2011 You will probably have to re-add all the themes buttons & things. |