GetYesNo
The GetYesNo function displays a message in a standard Windows message box containing [Yes] and [No] buttons. Use this dialog to get a true or false response
|
|
bSuccess = GetYesNo( string ) where |
string is the message to display and may
contain multiple lines.
bSuccess is an optional success flag.
[Yes] returns true. [No] returns false.
This dialog differs from GetYesNoCancel in that it returns true/false rather than a number