Hi All,
I created a login dialog, and when the user put in the incorrect password and click the OK button, a prompt dialog(CAlert::InformationAlert()) will come out. When user click the OK button in the prompt dialog box, both these two dialog boxes are closed.
I need only the prompt dialog box to be closed , while the login dialog is still open. How to do to make it?