Reputation: 1388
Much as the title says, I am wondering how to style a program like Photoshop CS4 or Autodesk Maya 2011. These programs are styled to where the UI looks completely custom. Right now I am using C# to program, but I can easily switch to C++ and WinAPI if it is easier. I have done multiple google searches for styling controls in C#, but there are seemingly no accurate results.
Much thanks for any help, -Thomas
Upvotes: 3
Views: 2329
Reputation: 1054
If you using C#, WPF is a way to go, to make some custom UI. WinForms are not so modifiable.
Upvotes: 3