Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

C# warning beep!!

Options
  • 10-04-2008 10:59am
    #1
    Registered Users Posts: 46


    ok,

    I'm receiving a warning beep from the serial port event that data has arrived. I then print the data to a rich text box.

    Anyone know how to turn this unimaginably annoying beep off!?


Comments

  • Registered Users Posts: 981 ✭✭✭fasty


    System.IO.Ports.SerialPort? The DataReceived Event? Does it happed for other apps using the serial port? Are you checking for errors?

    http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1953589&SiteID=1

    Only one other person seemed to complain about it over on the MS forums, and he was told to disable the beep! :D

    Good luck!


  • Registered Users Posts: 46 hugejeans


    Cheers fasty,

    I didnt want to go down the path of diabling the beep because that would have to be done on every computer the app was placed on. But after alot of googling it seem thats the only way to go (at least to save my sanity!)


Advertisement