|

Icon


(number) The icon to display on the dialog:



CONSTANT


VALUE DESCRIPTION


MB_ICONNONE


0


None.


MB_ICONSTOP


16


Stop.


MB_ICONQUESTION


32


Question. (Default)


MB_ICONEXCLAMATION


48


Exclamation.


MB_ICONINFORMATION 64 Information.


image

Re t u r n s


(string) The text that was in the edit field if the OK button is pressed, or "CANCEL" if the Cancel button is pressed. If an error occurs, a blank string "" will be returned. You can use Application.GetLastError to determine whether this action failed, and why.


|