Hi ..
I wanted to repace form's default title bar with new One.
So Can I draw Image on title bar.
Pleae help
Amar
do a search on the topic : Non-client area painting. This involves
interop...
You can draw directly on the form's title bar by handling the WM_NCPAINT
message in a custom WndProc override. This does not necessarily involve
interop as another poster has suggested.

Signature
Bob Powell [MVP]
Visual C#, System.Drawing
Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm
Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm
All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.
> Hi ..
>
[quoted text clipped - 4 lines]
>
> Amar
joeycalisay - 03 Jan 2005 04:07 GMT
Ooops, sorry about the misconception. I got confused with my previous
encounter on this non-client painting which involved custom border painting
obtaining graphic objects on WndProc using interop and custom region
handling...
Sorry Mr. Powell...
> You can draw directly on the form's title bar by handling the WM_NCPAINT
> message in a custom WndProc override. This does not necessarily involve
[quoted text clipped - 8 lines]
> >
> > Amar