那就MessageBox吧,切题吧,嘿嘿。
just help you to up.

解决方案 »

  1.   

    MeesageBox我当然知道,不过也该有系统鸣声函数吧.
      

  2.   

    public enum SoundType {
        MB_OK = 0x00000000L,
        MB_ICONHAND = 0x00000010L,
        MB_ICONQUESTION = 0x00000020L,
        MB_ICONEXCLAMATION = 0x00000030L,
        MB_ICONASTERISK = 0x00000040L
    }[DllImport("user32.dll)]
    public static extern int MessageBeep(SoundType st);