how to Black a Caption bar?
how can I change the BackColor of a caption bar to Black and ForeColor to White?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Bechir BejaouiPosted Oct 30, 2008, 7:36 AM
you have to use Microsoft.Win32 namespace and not System.Win32
to enter to the registry key and medify it you can use
Kirtan PatelPosted Oct 26, 2008, 6:00 PM
System.Win32 name space by Modifying registry Values under
HKEY_CURRENT_USER\Control Panel\Desktop
it will affect all the windows caption bars
Happy Coding :)
Bechir BejaouiPosted Oct 26, 2008, 5:21 PM