DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 10 of 10

Thread: Beep Beep !!!

  1. #1
    rkbnair Guest

    Beep Beep !!!


    Is there any way to make a simple bell( Our 'Good Old' beep ) sound in my
    NT/Windows 95 machines in this era of RAD.

    I believe with the advancement of sound cards etc. they removed a simple
    thing out. Right?

    Regs,
    RK.


  2. #2
    rkbnair Guest

    Re: Beep Beep !!!


    Jon,

    Tried in my NT machine and silence is the result.


    "Jon Oliver" <joliver@no.spam.maam.com> wrote:
    >Beep still works.
    >
    >



  3. #3
    Jon Oliver Guest

    Re: Beep Beep !!!

    Beep still works.



  4. #4
    Patrick Escarcega Guest

    Re: Beep Beep !!!

    try this
    Public Declare Function MessageBeep Lib "user32" (ByVal wType As Long) As
    Long
    MessageBeep -1

    "rkbnair" <rkannale@solus.oceaneering.com> wrote in message
    news:3c3b75f1$1@147.208.176.211...
    >
    > Jon,
    >
    > Tried in my NT machine and silence is the result.
    >
    >
    > "Jon Oliver" <joliver@no.spam.maam.com> wrote:
    > >Beep still works.
    > >
    > >

    >




  5. #5
    Bob Butler Guest

    Re: Beep Beep !!!

    That appears to do the same thing as the Beep statement. On my system both
    result in nothing happening because I have the "No Sounds" scheme configured
    in the control panel. I also have the speaker disabled because I despise
    applications that make noise. To force a sound to play on my system the app
    would have to enable the speaker, increase the volume from zero and play a
    WAV or sosme other sound file. Thankfully I haven't run into anything that
    goes that far yet.

    "Patrick Escarcega" <patickje@yahoo.com> wrote in message
    news:3c3b7d94@147.208.176.211...
    > try this
    > Public Declare Function MessageBeep Lib "user32" (ByVal wType As Long) As
    > Long
    > MessageBeep -1





  6. #6
    Michael Cole Guest

    Re: Beep Beep !!!


    "rkbnair" <rkannale@solus.oceaneering.com> wrote in message
    news:3c3b75f1$1@147.208.176.211...
    >
    > Jon,
    >
    > Tried in my NT machine and silence is the result.


    Do you have a sound card? Remove it and try again.



  7. #7
    Dean Earley Guest

    Re: Beep Beep !!!

    > "Jon Oliver" <joliver@no.spam.maam.com> wrote:
    > >Beep still works.
    > >

    > Tried in my NT machine and silence is the result.
    >

    Do you hear normal beeps (from msgboxes)?
    If no, I'd check it is actually set to make a noise.
    Control Panel / Sounds

    --
    Dean Earley (dean.earley@icode.co.uk)
    Assistant Developer

    iCode Systems



  8. #8
    Rick Rothstein Guest

    Re: Beep Beep !!!

    Perhaps, for people like you, I'll have to start using a high ZOrder PictureBox, normally
    invisible, with the word BEEP in large red letters and make it visible for a second or two
    when the Beep should sound. <g>

    Rick


    "Bob Butler" <butlerbob@earthlink.net> wrote in message news:3c3b892d@147.208.176.211...
    > That appears to do the same thing as the Beep statement. On my system both
    > result in nothing happening because I have the "No Sounds" scheme configured
    > in the control panel. I also have the speaker disabled because I despise
    > applications that make noise. To force a sound to play on my system the app
    > would have to enable the speaker, increase the volume from zero and play a
    > WAV or sosme other sound file. Thankfully I haven't run into anything that
    > goes that far yet.
    >
    > "Patrick Escarcega" <patickje@yahoo.com> wrote in message
    > news:3c3b7d94@147.208.176.211...
    > > try this
    > > Public Declare Function MessageBeep Lib "user32" (ByVal wType As Long) As
    > > Long
    > > MessageBeep -1

    >
    >
    >



  9. #9
    Roy Guest

    Re: Beep Beep !!!

    Beep activates System Speaker which is a system device. If it doesn't make
    any sound - means it is disabled or no driver installed. Go to Control Panel
    and check your device manager.

    Roy

    "rkbnair" <rkannale@solus.oceaneering.com> wrote in message
    news:3c3b63fd$1@147.208.176.211...
    >
    > Is there any way to make a simple bell( Our 'Good Old' beep ) sound in my
    > NT/Windows 95 machines in this era of RAD.
    >
    > I believe with the advancement of sound cards etc. they removed a simple
    > thing out. Right?
    >
    > Regs,
    > RK.
    >




  10. #10
    Bob Butler Guest

    Re: Beep Beep !!!


    "Rick Rothstein" <rick_newsgroup@email.com> wrote in message
    news:3c3c369d@147.208.176.211...
    > Perhaps, for people like you, I'll have to start using a high ZOrder

    PictureBox, normally
    > invisible, with the word BEEP in large red letters and make it visible for

    a second or two
    > when the Beep should sound. <g>


    No good. I disabled 'red' also! <g>




Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


Top DevX Stories

Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL


Sponsored Links