Zum Hauptinhalt gehen

Suche

Suche

Adding A Sound Clip To Query Database Response

Kommentare

3 Kommentare

  • Avatar
    Ian Cummings
    Moderator

    You can make the computer beep using VBScript with something like the below:

     

    Set oShell = CreateObject("Wscript.Shell")
    oShell.Run "%comspec% /c echo " & Chr(7), 0, False
     
    Note sure if there is a VBS event that is suited for putting it into though.
    0
  • Avatar
    Ian Cummings
    Moderator

    You can make the computer beep using VBScript with something like the below:

     

    Set oShell = CreateObject("Wscript.Shell")
    oShell.Run "%comspec% /c echo " & Chr(7), 0, False
     
    Note sure if there is a VBS event that is suited for putting it into though.
    0
  • Avatar
    Ian Cummings
    Moderator

    You can make the computer beep using VBScript with something like the below:

     

    Set oShell = CreateObject("Wscript.Shell")
    oShell.Run "%comspec% /c echo " & Chr(7), 0, False
     
    Note sure if there is a VBS event that is suited for putting it into though.
    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.