how to Convert modeless dialogs to modal dialogs
-
Please advise me how am I convert the modeless dialogs to modal dialogs. 1. i hid the modeless dialogs by using the ShowWindows(FALSE) 2. How ever the program icon disappear in the task bar. 3. I thinking of making the modeless dialogs so that it appear in the task bar. thank you. please advise :((
-
Please advise me how am I convert the modeless dialogs to modal dialogs. 1. i hid the modeless dialogs by using the ShowWindows(FALSE) 2. How ever the program icon disappear in the task bar. 3. I thinking of making the modeless dialogs so that it appear in the task bar. thank you. please advise :((
Are you using MFC? Is this the main app's dialog box? Have you tried just changing the code to use DoModal instead of Create? If you show some code, I may help you better. Regards, Alvaro