Sorry if this is in the wrong section, but how would I go about creating unique designs for my form? Like I'm sick of the plain buttons and stuff. I would like cool buttons, colors, etc. and without having to install a .dll. Is this possible?
Printable View
Sorry if this is in the wrong section, but how would I go about creating unique designs for my form? Like I'm sick of the plain buttons and stuff. I would like cool buttons, colors, etc. and without having to install a .dll. Is this possible?
It's possible to do various things with your UI in Windows Forms but it can be tedious and there are limitations. If you're serious about customising your UI then you should create WPF applications rather than Windows Forms. There is a learning curve associated with WPF but it was built from the ground up with UI customisability as one of the main aims.
Alright thanks a lot for the reply. I was just a bit confused with that.
Blackbelt12,
What exactly are you confused about?
Gary