.Net WinForm System Beep on a 64 Bit OS

前端 未结 3 1823
花落未央
花落未央 2020-12-20 18:28

My application needs to beep when validation fails so the user (who may be several feet away) may hear it. I\'d like to use the Console.Beep() but this is unava

3条回答
  •  醉梦人生
    2020-12-20 19:06

    Beep has been removed as a native function from all x64 platforms (so no managed version of course), there was a Microsoft Connect issue that petitioned to return it.

    We use a different trick to discover servers, we remote eject the dvd drive, and the drive with the tray open is the one were looking for :)

    [EDIT]
    Larry Osterman has a great article about this: What's up with the beep driver in Windows 7

提交回复
热议问题