|
-
April 29th, 1999, 11:17 AM
#1
Custom Caption...
What message do I need to trap in order to control the drawing of the caption buttons? (ie the close, minimize, maximize, etc. in a frame caption)
Thanks,
Matt Johnson
-
April 29th, 1999, 01:08 PM
#2
Re: Custom Caption...
The one's off the top of my head:
WM_NCACTIVATE
WM_SETTEXT
WM_NCPAINT
WM_SYSCOMMAND
WM_SYSCOLORCHANGE
WM_SETTINGCHANGE
There are possibly more.
Regards,
Paul McKenzie
-
April 29th, 1999, 01:12 PM
#3
Re: Custom Caption...
WM_SYSCOMMAND was the only was I was missing. That should help a lot. Thanks.
Matt Johnson
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|