menu disable [modified]
-
cn u send me an example as i easily undestand i hav three dialog boxes third dialog box contain menu i want that when i goto third dialog box from first dialog box then its menu are disabled but when i go from second dialog box third dialog box menues are not disabled. plz send me code how to do it note : specially for viorel Please mail me -- modified at 8:40 Thursday 15th June, 2006
-
cn u send me an example as i easily undestand i hav three dialog boxes third dialog box contain menu i want that when i goto third dialog box from first dialog box then its menu are disabled but when i go from second dialog box third dialog box menues are not disabled. plz send me code how to do it note : specially for viorel Please mail me -- modified at 8:40 Thursday 15th June, 2006
-
put a flag in the dialog. u should check this flag in the InitDialog. if flag is set, disable the menu. so before calling the domodal function from the first dialog set this flag. and when u call DoModal from the second dialog reset the flag.. :) nave
CAN U SEND ME SOME EXAMPLE PLZ Please mail me