Hi Chetan VD,
Indeed there is no direct property we can set to change the color of the title bar. However, There are two ways we can try.
For the first way, we can trap the WMNCPaint event, and then draw our custom boarders.
For the second way, we can hide the default Boarder and completely draw it ourselves. In this case, we probably need to deal with some mouse events to achieve the function like the title bar. Such as, we can move the form when we drag the form header.
I know you probably have seen the code project in the CodePlex.com, but I don't know if you've seen
the blog assosiating with it. I think the blog has a good explanation with the two ways.
If you have problems, please let us know which part you are not clear.
Best regards,
Bruce Zhou.
Please mark the replies as answers if they help and unmark if they don't.