Can I change window's title color dynamically?(no content) 
Author Message
 Can I change window's title color dynamically?(no content)

You have two options:

1. Change the colors for all windows (similar to doing it from display
applet) which is clearly not acceptable.
2. Draw the caption yourself. If you do this, changing the color at run-time
is a trivial task.

--
Tomas Restrepo

http://www.*-*-*.com/



Sun, 08 Apr 2001 03:00:00 GMT  
 Can I change window's title color dynamically?(no content)


Fri, 19 Jun 1992 00:00:00 GMT  
 Can I change window's title color dynamically?(no content)
But how to draw caption?(no content)


Mon, 09 Apr 2001 03:00:00 GMT  
 Can I change window's title color dynamically?(no content)
Try DrawText() api.

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

http://wss.hypermart.net/

Quote:

>But how to draw caption?(no content)



Mon, 09 Apr 2001 03:00:00 GMT  
 Can I change window's title color dynamically?(no content)
If you have access to MSDN (either on disk otr on-line) search there. You'll
find one of Paul DiLascia's C++ Q&A columns which shows how to draw a
gradient caption bar using MFC. You'll probably be able to modify the code
to make it work as you want.

Have fun.

P.S. I believe the issue you're looking for is Volume 12 Number 1, 1997
--
Tomas Restrepo

http://members.xoom.com/trestrep/


Quote:
>But how to draw caption?(no content)



Mon, 09 Apr 2001 03:00:00 GMT  
 
 [ 5 post ] 

 Relevant Pages 

1. how to change my child window's border color and title bar color

2. Changing Mainframe's title dynamically

3. Dynamically changing main window title bar for an MDI app

4. Change title's bar color

5. Changing color of Dialog's Title bar

6. WS_POPUP window changes title when it get's sized

7. Bitmap Color Change when I changed from Windows 98 to Windows 2000

8. How to change DialogBox title text dynamically

9. Change title for dialog box dynamically

10. change title for dialog box dynamically

11. Dynamically changing PropertyPage Title

12. Dynamically change a COlePropertyPage title

 

 
Powered by phpBB® Forum Software