|
-
Aug 30th, 2005, 07:32 AM
#17
Re: Change titlebar
Dude that's an awesome theme. What's it called?
As per your title bar. What I would do, and I'm not sure if there is a specific for this in .NET, but I would get a handle to the non-client DC using the GetDCEx() API, then draw the titlebar to that. That requires intercepting the WM_NCPAINT messages in your WndProc and drawing in that procedure.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|