turn off beep when MessageBox.Show()

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • John Lee

    turn off beep when MessageBox.Show()

    Hi,

    It's anoying each time the computer beeps when MessageBox.Show () popsup - I
    turned off all sound in control panel - audio setting but it still beeps.

    Can anyone help?

    Thanks!
    John


  • Andrei Pociu

    #2
    Re: turn off beep when MessageBox.Show ()

    Hi John,

    I believe the beep is in the PC speaker, correct?

    Regards,
    Andrei Pociu
    Geekpedia.com

    "John Lee" <johnl@newsgrou p.nospam> wrote in message
    news:%23sYu8e3U FHA.1040@TK2MSF TNGP10.phx.gbl. ..[color=blue]
    > Hi,
    >
    > It's anoying each time the computer beeps when MessageBox.Show () popsup -
    > I turned off all sound in control panel - audio setting but it still
    > beeps.
    >
    > Can anyone help?
    >
    > Thanks!
    > John
    >[/color]


    Comment

    • John Lee

      #3
      Re: turn off beep when MessageBox.Show ()

      Yes - I guess so, Dell latitude D800 laptop :)

      "Andrei Pociu" <andrei_pociu@g eekpedia.com> wrote in message
      news:ewKKn1$UFH A.3636@TK2MSFTN GP14.phx.gbl...[color=blue]
      > Hi John,
      >
      > I believe the beep is in the PC speaker, correct?
      >
      > Regards,
      > Andrei Pociu
      > Geekpedia.com
      >
      > "John Lee" <johnl@newsgrou p.nospam> wrote in message
      > news:%23sYu8e3U FHA.1040@TK2MSF TNGP10.phx.gbl. ..[color=green]
      >> Hi,
      >>
      >> It's anoying each time the computer beeps when MessageBox.Show () popsup -
      >> I turned off all sound in control panel - audio setting but it still
      >> beeps.
      >>
      >> Can anyone help?
      >>
      >> Thanks!
      >> John
      >>[/color]
      >
      >[/color]


      Comment

      • John Lee

        #4
        Re: turn off beep when MessageBox.Show ()

        I disabled the system speaker from device mgr and it still beeps.


        "Andrei Pociu" <andrei_pociu@g eekpedia.com> wrote in message
        news:ewKKn1$UFH A.3636@TK2MSFTN GP14.phx.gbl...[color=blue]
        > Hi John,
        >
        > I believe the beep is in the PC speaker, correct?
        >
        > Regards,
        > Andrei Pociu
        > Geekpedia.com
        >
        > "John Lee" <johnl@newsgrou p.nospam> wrote in message
        > news:%23sYu8e3U FHA.1040@TK2MSF TNGP10.phx.gbl. ..[color=green]
        >> Hi,
        >>
        >> It's anoying each time the computer beeps when MessageBox.Show () popsup -
        >> I turned off all sound in control panel - audio setting but it still
        >> beeps.
        >>
        >> Can anyone help?
        >>
        >> Thanks!
        >> John
        >>[/color]
        >
        >[/color]


        Comment

        • Steven Cheng[MSFT]

          #5
          Re: turn off beep when MessageBox.Show ()

          Hi John,

          Based on my local test, the beeps caused by the MessageBox is set through
          the

          "Default Beep" item of Sound SChema under the "Sounds" tab of the "Sounds
          and Audio devices" setting under Windows Control Panel.

          So we can open Control Panel ---> Sounds and Audio Devices ----> Sounds

          Then, in the "Program events" list, select "Default Beep" item, (I'm using
          XP pro system), the default setting is

          "Windows XP Ding.wav" , we can change it to other wav file or "None"
          (MessageBox won't cause beep sound).

          Also, the above "Default Beep" item setting can also be set through the
          following registry key:

          HKEY_CURRENT_US ER\AppEvents\Sc hemes\Apps\.Def ault\.Default\. Current

          You can change its (default) value to empty so as to make the same effect
          as you set "None" to "Default Beep" in control panel.

          Please have a test on your side to see whether it also works. Hope helps.

          Steven Cheng
          Microsoft Online Support

          Get Secure! www.microsoft.com/security
          (This posting is provided "AS IS", with no warranties, and confers no
          rights.)

          Comment

          • Steven Cheng[MSFT]

            #6
            Re: turn off beep when MessageBox.Show ()

            Hi John,

            Any progress on this problem? Is the information I provided in the former
            message helpful? If there is anything else we can help, please feel free to
            post here. Thanks,

            Steven Cheng
            Microsoft Online Support

            Get Secure! www.microsoft.com/security
            (This posting is provided "AS IS", with no warranties, and confers no
            rights.)

            Comment

            Working...