Hi If you have a dialog box with a bunch of pre-defined child window controls,
a) Assuming that i want process the WM_PAINT messages in the dialog box procedure, under what all circumstances/scenarios does the dialog box procedure receive WM_PAINT messages ?
The reason i ask is that i want to paint the static text control on the dialog box in response to any user selection of the other controls (radio buttons) on the dialog box. Also, i want to paint that static text control by a default shape and color when the dialog box is initially created.
Thanks
Best Regards
chandra
a) Assuming that i want process the WM_PAINT messages in the dialog box procedure, under what all circumstances/scenarios does the dialog box procedure receive WM_PAINT messages ?
The reason i ask is that i want to paint the static text control on the dialog box in response to any user selection of the other controls (radio buttons) on the dialog box. Also, i want to paint that static text control by a default shape and color when the dialog box is initially created.
Thanks
Best Regards
chandra