Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: Form Captions


Message #1 by richard@a... on Sat, 11 Aug 2001 09:17:55
The answer is yes...
The window title bar is handled by Windows, and the applications
should not mess around with it (but we do it anyhow do we :)
You need to subclass and get the paint event for non-client regions
to change the title bar. You can find examples on line.

m. 

-----Original Message-----
From: richard@a... [mailto:richard@a...]
Sent: Saturday, August 11, 2001 2:18 AM
To: professional vb
Subject: [pro_vb] Form Captions


Do I need to subclass a form in order to change the color of the form's 
caption or is there an API call that I can use?
Thanks in advance.
Richard Lobel

  Return to Index