My first dll, yay.
This DLL includes 6 types of dialog boxes. Each one has a set of buttons which returns a value. Here are the commands:
MB_OK(Caption$, Message$, GraphicOn)
MB_OKCANCEL(Caption$, Message$, GraphicOn)
MB_YESNO(Caption$, Message$, GraphicOn)
MB_YESNOCANCEL(Caption$, Message$, GraphicOn)
MB_ABORTRETRYIGNORE(Caption$, Message$, GraphicOn)
MB_RETRYCANCEL(Caption$, Message$, GraphicOn)
Caption$ is the string that appears on the title bar
Message$ is the message in the dialog box
GraphicOn, when set to 1,displays a corresponding icon, and when set to 0, doesn't.
Buttons return an integer value when pressed...
OK returns
1
CANCEL returns
2
ABORT returns
3
RETRY returns
4
IGNORE returns
5
YES returns
6
NO returns
7
The download includes the DLL and a sample source code.
[Edit] Woopsies, forgot download link
http://www.dannywartnaby.co.uk/rgt/attachments/MessageBox.zip
Just pop the dll into the plugins-user folder
What do you guys think?
The statement below is true
The statement above is false