How do I chage a window border color ? (resizable, no titlebar)

Empty

1 Reply

CB Clay Burch Syncfusion Team May 17, 2002 05:53 AM UTC

You can override the form's OnPaint method and call ControlPaint.DrawBorder in your override. You can see code at: George Shepherd's Windows Forms FAQ contains an entry entitled: How can I change the Border color of my control? Check it out at: http://www.syncfusion.com/faq/winforms/search/609.asp

Loader.
Up arrow icon