Hello all,
If you create a modal dialog that also has a callback function. What is the proper way to kill the dialog box and exit the program?
I have tried using DIALOG END CBHNDL. The dialog does get destroyed but for some reason it doesn't bail out of the message pump.
------------------
Cheers
If you create a modal dialog that also has a callback function. What is the proper way to kill the dialog box and exit the program?
I have tried using DIALOG END CBHNDL. The dialog does get destroyed but for some reason it doesn't bail out of the message pump.
------------------
Cheers
Comment