Greetings,
For my DESKTOP application I have more than one exit button where I would like the user to be prompted to confirm they really wish to exit.
Much like in VBA with msgbox VbYesNo functionality.
I haven't got a message box within my installed components at the moment. I've seen fscommand("mess agebox") functionality mentioned to, I assume this is more webpage/server side orientated though.
Wondering if there is an easy way to have this functionality, any help would be appreciated
Thanks
Rob
For my DESKTOP application I have more than one exit button where I would like the user to be prompted to confirm they really wish to exit.
Much like in VBA with msgbox VbYesNo functionality.
I haven't got a message box within my installed components at the moment. I've seen fscommand("mess agebox") functionality mentioned to, I assume this is more webpage/server side orientated though.
Wondering if there is an easy way to have this functionality, any help would be appreciated
Thanks
Rob
Comment