Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Guide to Clip-4-Win version 3.0 - <b>messagebeep()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
MessageBeep()
Sound a tone
------------------------------------------------------------------------------

Syntax
MessageBeep( [ <nTone> ] )   -->   nil

Arguments
<nTone> is an optional parameter used to specify the sound.
(See below.)

Returns
NIL.

Description
This function can be used to produce the following sounds (or
as indicated by the [sounds] sction in WIN.INI):

          <nTone>            sound or WIN.INI [sounds] entry

           default            a standard beep
             -1               a standard beep
        MB_ICONASTERISK       SystemAsterisk entry
     MB_ICONEXCLAMATION       SystemExclamation entry
          MB_ICONHAND         SystemHand entry
      MB_ICONQUESTION         SystemQuestion entry
            MB_OK             SystemDefault entry

Example
MessageBeep()


See Also: MessageBox()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson