K Kevin L Sep 7, 2004 #1 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?
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?
H Herfried K. Wagner [MVP] Sep 7, 2004 #2 * "Kevin L said: I am looking for a way to change the color of my application's title bar at run time. Click to expand... That's not supported by Windows. Is there a way to do this in .NET? Click to expand... You can listen in your form's 'WndProc' for 'WM_NCPAINT', but I think it won't be easy to archieve a stable implementation.
* "Kevin L said: I am looking for a way to change the color of my application's title bar at run time. Click to expand... That's not supported by Windows. Is there a way to do this in .NET? Click to expand... You can listen in your form's 'WndProc' for 'WM_NCPAINT', but I think it won't be easy to archieve a stable implementation.
C CJ Taylor Sep 8, 2004 #3 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... =|)
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... =|)