Change the Title Bar Color 
Author Message
 Change the Title Bar Color

How can I change die Title Bar Color of one Form (NOT ALL)

Regards Horst



Sun, 13 Apr 2003 03:00:00 GMT  
 Change the Title Bar Color


Quote:

> How can I change die Title Bar Color of one Form (NOT ALL)

You will have to intercept the WM_NCPAINT message and do all the frame
painting yourself. Not trivial!
--
Roger Abbott, RHA (Minisystems) Ltd - http://www.rhaminisys.com
DDE Client and Server ActiveX controls for Visual Basic
DDE FAQ and DDE utility tools, browser URL monitor,
Program launcher/setup menu, other freeware and shareware

Sent via Deja.com http://www.deja.com/
Before you buy.



Sun, 13 Apr 2003 03:00:00 GMT  
 Change the Title Bar Color

Thank you, so that way looks hard.

Better I tell you what i wanna do:

I have a Form in a Form
An the Problem I have is, that the TitleBar of the inner Form is inactiv.
So i'm searching for a way to Change its Color (your WM_NCPAINT solution)
or to simulate a Mausclick an the inner Form.

Do you have a tip how I can handle that problem ?

Regards Horst



Sun, 13 Apr 2003 03:00:00 GMT  
 Change the Title Bar Color

How about this: remove the titlebar entirely from the inner form.

If you want it to look like it has a titlebar, use a label or a
picturebox.  You can drag the thing by it, too, if you need that...

Jim Deutch
MS Dev MVP

Quote:

>Thank you, so that way looks hard.

>Better I tell you what i wanna do:

>I have a Form in a Form
>An the Problem I have is, that the TitleBar of the inner Form is
inactiv.
>So i'm searching for a way to Change its Color (your WM_NCPAINT
solution)
>or to simulate a Mausclick an the inner Form.

>Do you have a tip how I can handle that problem ?

>Regards Horst



Sun, 13 Apr 2003 03:00:00 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. Change Form title bar color

2. How to change to title bar color

3. Change Font in title bar of mdi child/Hide title bar

4. Change Font in title bar of mdi child/Hide title bar

5. How to change the title bar color in IE6?

6. Change default win98 active title bar color?

7. How to change color of title bar

8. Changing Title Bar Color ??

9. Change default win98 active title bar color?

10. Title bar (caption) color change

11. Changing a specific form's title bar color

12. Title Bar Color Change

 

 
Powered by phpBB® Forum Software