
activating a button on a dialog box from a dialog box
Thanks Ruben it works a treat.
GetParent()->PostMessage(WM_COMMAND,IDC_YOUR_BUTTON_ID,0);
Quote:
> hi all,
> i have a dialog based project,my parent dialog box spawns a child dialog
> box.When i click the cancel button of the child dialog box i want a button
> on the parent to be activated automatically.
> Is this possible?
> thanks
> morgan