Hello
How can I draw the non client area of a window from C#?
Does anyone have an ideea? Is it possible?

Re: Non client area by Herfried

Herfried
Thu Dec 02 17:40:25 CST 2004

"misu" <misu@discussions.microsoft.com> schrieb:
> How can I draw the non client area of a window from C#?
> Does anyone have an ideea? Is it possible?

You will have to respond to the 'WM_NCPAINT' message in your form's
'WndProc' and draw the title bar there:

<URL:http://groups.google.de/groups?q=WM_NCPAINT+dotnet>

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>