CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2009
    Posts
    1

    beeping message box

    You help will be very much appreciated for the querry below.

    VB.net

    how can we make a messagebox keep beeping till the user click on the ok button.?

  2. #2
    Join Date
    May 2004
    Location
    Osijek
    Posts
    61

    Re: beeping message box

    Quote Originally Posted by imizufen View Post
    how can we make a messagebox keep beeping till the user click on the ok button.?
    With standard MessageBox this would probably include subclassing. I would not recomend this path.

    Just create your own form which looks like MessageBox and play sound with timer control.

    P.S. Watch your back also, I sense that beep annoyed customer may try to kill you

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured