Change Title Bar Color

  • Thread starter Thread starter Kevin L
  • Start date Start date
K

Kevin L

I am looking for a way to change the color of my application's title bar at
run time.
Is there a way to do this in .NET?
 
* "Kevin L said:
I am looking for a way to change the color of my application's title bar at
run time.

That's not supported by Windows.
Is there a way to do this in .NET?

You can listen in your form's 'WndProc' for 'WM_NCPAINT', but I think it
won't be easy to archieve a stable implementation.
 
Yeah I tried it, had a lot of performance issues...

Works great on a 3.2ghz machine with a gig a memory and nothing running...

sorta...

=|)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top