|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > DBWCommandShell > Commands Reference > UserInterface > DBWMsgBox |
Shows a message box.
call DBWShell("DBWMsgBox message [caption [style]]")
message |
The message to show |
|---|---|
caption |
Optional. A caption to show in the dialog |
style |
Optional. The style of the message box according to VBconstants |
@DBWMSGBOX_RETCODE |
the returning value according to dialog style |
It's strongly suggested to use equivalent Standard Library function DBWMsgBox instead.