Click here to Skip to main content
15,896,278 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi, I am creating a dll custom action which is showing a message box taking the values from the property (stored in szBuffer1) table as below:
Delphi
MessageBox(NULL, "This is a message box", szBuffer1, MB_OK);
I have attached this custom action to Next button of a dialog. This will pop a message box when user clicks on Next of that dialog. When user clicks on Ok button, I want to keep the control on the same dialog and the next dialog shouldn't be displayed. How should I achieve this (what value should I return when user clicks on 'Ok')? Please help
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900