1

Is there any simple way to change the color of the title bar of winforms , change the look and feel of the non-client area ?

i have found this link, but it seems to be very typical for a beginner :

Drawing Custom Borders in Windows Forms

sqlchild
  • 8,754
  • 28
  • 105
  • 167
  • http://stackoverflow.com/questions/1896294/how-to-change-the-window-style-of-a-form-outside-your-app – Mayank Mar 25 '11 at 05:32

1 Answers1

2

Instead of doing all stuff your self you can use free library like Krypton

https://github.com/ComponentFactory/Krypton

Dan Smith
  • 533
  • 1
  • 6
  • 15