Set multiple dialog activated status
-
I am developping application like photoshop and have problem with making the title bar of dialog boxes blue(just like when you activate dialog box, but this time I want to make 2 or 3 dialog boxes activated status). Any comments could be helpfull Thank you in advance. Shinya
-
I am developping application like photoshop and have problem with making the title bar of dialog boxes blue(just like when you activate dialog box, but this time I want to make 2 or 3 dialog boxes activated status). Any comments could be helpfull Thank you in advance. Shinya
I don't have time to code it myself, but if you start with this article - http://www.codeproject.com/dialog/gradienttitlebar.asp[^] - you should be able to determine the system colour for the active dialog titlebar and use it instead of the gradient painting. Cheers, Tom Archer Inside C#,
Extending MFC Applications with the .NET Framework It's better to listen to others than to speak, because I already know what I'm going to say anyway. - friend of Jörgen Sigvardsson