-
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.
-
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.
>
>
-
-
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.
> >
> >
>
-
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
-
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.
-
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
-
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
>
>
>
-
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.
>
-
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>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
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
|
Bookmarks