Suppressing dialog UI in a property sheet
-
I have propertysheet with three dialogs. I want to process them automatically by calling OnWizardNext() in OnSetActive() method for not showing that dialog. It is working fine except for the final dialog. For the final dialog I am calling OnWizardFinish()on OnSetActive() of that dialog so that finish button functionality should automatically called but still I see that final dialog and need to press that finish button(don't know what am I missing). Can anyone please help me in that.
Thanks, Mushtaque Nizamani
-
I have propertysheet with three dialogs. I want to process them automatically by calling OnWizardNext() in OnSetActive() method for not showing that dialog. It is working fine except for the final dialog. For the final dialog I am calling OnWizardFinish()on OnSetActive() of that dialog so that finish button functionality should automatically called but still I see that final dialog and need to press that finish button(don't know what am I missing). Can anyone please help me in that.
Thanks, Mushtaque Nizamani
Try calling
DestroyWindow
at the end.«_Superman_»
-
Try calling
DestroyWindow
at the end.«_Superman_»
Thanks for the reply. still no luck, now it displays corrupted final dialog with finish button.
Regards, Mushtaque Nizamani
-
I have propertysheet with three dialogs. I want to process them automatically by calling OnWizardNext() in OnSetActive() method for not showing that dialog. It is working fine except for the final dialog. For the final dialog I am calling OnWizardFinish()on OnSetActive() of that dialog so that finish button functionality should automatically called but still I see that final dialog and need to press that finish button(don't know what am I missing). Can anyone please help me in that.
Thanks, Mushtaque Nizamani
Why to give a call to the dialog when you intend to kill it explicitly without user intervation? BTW did you try PressButton(PSBTN_FINISH)
You need to google first, if you have "It's urgent please" mentioned in your question. ;-)_AnShUmAn_