Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

change color of application title/caption bar?

Status
Not open for further replies.

yoink

Programmer
Dec 2, 2001
15
AU
Hi everyone,

A customer has asked if I can change a particular application to have a different title bar color (eg red, green) instead of the standard blue that every windows app has.

I've found a few other posts about this same topic, but haven't been able to find a solution yet. I'd prefer to do it myself rather than download any 3rd party components. Can anyone point me to some code that gives an example of how to do this?

Cheers

Andrew
 
hi,

if you wanna do stuff like that your going to have to 'drop down' to the win32 api or mfc!!

take a look at the tutorials, examples and msg boards here:




in particular, take a look at this article:

look @ the win32 api from a cbuilder (VCL) point of view..

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top