DLLMessageBox()

DLLMessageBox()
  • SYNOPSIS:
    closeid = DLLMessageBox(sCaption$,sContents$,[iFlags])
  • DESCRIPTION:
    desc
  • PARAMETERS:
    sCaption$ The titlebar text for the message box.
    sContents$ The contents of the message box, line terminated with Chr(10) (carriage return)
    iFlags (optional)

    Bitwise flags, valid flags are:

    MB_USERICON
    MB_ICONASTERISK
    MB_ICONEXCLAMATION
    MB_ICONWARNING
    MB_ICONERROR
    MB_ICONHAND
    MB_ICONQUESTION
    MB_OK
    MB_ABORTRETRYIGNORE
    MB_APPLMODAL
    MB_DEFAULT_DESKTOP_ONLY
    MB_HELP
    MB_RIGHT
    MB_RTLREADING
    MB_TOPMOST
    MB_DEFBUTTON1
    MB_DEFBUTTON2
    MB_DEFBUTTON3
    MB_DEFBUTTON4
    MB_ICONINFORMATION
    MB_ICONSTOP
    MB_OKCANCEL
    MB_RETRYCANCEL
    MB_SERVICE_NOTIFICATION
    MB_SETFOREGROUND
    MB_SYSTEMMODAL
    MB_TASKMODAL
    MB_YESNO
    MB_YESNOCANCEL

  • RETURNS:
    One of the following flags, depending on the type of message box and the option the user clicked:

    IDABORT - Abort button clicked.
    IDCANCEL - Cancel button clicked.
    IDCLOSE - Close button clicked.
    IDHELP - Help button clicked.
    IDIGNORE - Ignore button clicked.
    IDNO - No button clicked.
    IDOK - Ok button clicked.
    IDRETRY - Retry button clicked.
    IDYES - Yes button clicked.

  • EXAMPLE:
    See example002.bb
  • BUGS:
    None Known.

Return To Index
Problems with this command or bugs? EMail me at: mailto:loki.sd@blueyonder.co.uk

Section Last Updated: Saturday, February 2, 2002 2:09 PM GMT

All materials used in this help, related sources and binaries are (C)opyright Rob Hutchinson, Joseph Cox and Tarropithium Software 2002. All rights reserved. All software is provided without warranty unless otherwise stated.
Tarropithium Software or the authors will not be held liable for any damage or data loss that may occur during the application of this software. Use it at your own risk!