How do you update the controls on an active Tab to reflect
new values which are initiated from the parent window?
I have a tab dialog with a bunch of option buttons
and such. I also have an updown control on the parent window which
gives the user the ability to select an index value. This index is used
to set the control setting in the tab window. I basically need the
equivalent to the VB "refresh" or something. I have tried sending the
%WM_INITDIALOG message to the tab dialog, but this didn't work. I use the
ShowWindow command, I can manually generate a WM_PAINT event, but this won't update
my control settings, since all initial values are set in the %WM_INITDIALOG event.
I hope this is clear enough, because I would have to post a sizable
amount of code to give you something executable.
Jeff
------------------
new values which are initiated from the parent window?
I have a tab dialog with a bunch of option buttons
and such. I also have an updown control on the parent window which
gives the user the ability to select an index value. This index is used
to set the control setting in the tab window. I basically need the
equivalent to the VB "refresh" or something. I have tried sending the
%WM_INITDIALOG message to the tab dialog, but this didn't work. I use the
ShowWindow command, I can manually generate a WM_PAINT event, but this won't update
my control settings, since all initial values are set in the %WM_INITDIALOG event.
I hope this is clear enough, because I would have to post a sizable
amount of code to give you something executable.
Jeff
------------------
Comment