|
The feature allows you to easily generate message boxes.
MZ-Tools offers the following ways to launch the :
- The menu.
- The button on the toolbar.
- The keyboard shortcut associated with the . command.
The window is the following:

In this window you can enter the following:
- : the title of the message box. It can be the value of ( attribute in the file) or a custom title.
- : the prompt of the message box.
- : the icon of the message box, if any.
- : the combination of buttons of the message box and the button which will be preselected when showing the message box.
- : several values that you can check. See the .NET Framework help about the meaning of these options.
Once you have entered all the values, you can:
- the message box.
- the message box code into the current procedure.
- the message box code to the clipboard for later use.
Remarks:
- This feature is not available for the C++ language.
See Also:
Keyboard Shortcuts Options
|