I have a drop down combo box and frame within a form.
The frame contains two option buttons and another combo box.
Once there is change in the drop down combo box I need
to enable the frame with the option buttons and combo for the end user to change.
Right Now i am using the following code but the frame doesn't get enabled. Would appreciate any help.
OnSeleChangeCombo
GetDlgItem (Option1)->EnableWindow(TRUE);
GetDlgItem (Option2)->EnableWindow(TRUE);
Can some one help me figure out why the code above is not enabling the options for user modifications??
Thanks in Advance!
The frame contains two option buttons and another combo box.
Once there is change in the drop down combo box I need
to enable the frame with the option buttons and combo for the end user to change.
Right Now i am using the following code but the frame doesn't get enabled. Would appreciate any help.
OnSeleChangeCombo
GetDlgItem (Option1)->EnableWindow(TRUE);
GetDlgItem (Option2)->EnableWindow(TRUE);
Can some one help me figure out why the code above is not enabling the options for user modifications??
Thanks in Advance!