
Changing a specific form's title bar color
Hi Darien,
Yes, it is possible but requires quite a bit of work to get it right.
First, you'll need a subclass control to detect when your title bar and
menu bar needs to be drawn. You'll need to be familiar with Windows API
function calls and use them to do the drawing. Desaware's SpyWorks
includes a subclass control and the product includes a sample on how to
draw an "Office97" caption bar (not exactly what you're looking for, but
it should get you started). For more information on SpyWorks or to
download a 32 bit demo version of SpyWorks:
http://www.desaware.com/desaware/spyhome.htm
Franky Wong
Quote:
> Anyone out there know how to change the title bar color of a specific form,
> and how to change the color of the menu bar of a specific form. Also, is
> there any way to display a bitmap image IN the title bar; for example,
> instead of the regular blue title bar, can you get a titlebar with the
> familiar Microsoft clouds bitmap in it??? I need to know...
> Darien Robbins