BEEP BEEP

  • Thread starter Thread starter Jon
  • Start date Start date
J

Jon

Hello.

I would like to sound a beep in my visual basic code, but
for some reason neither the VB statement BEEP or the
DoCmd.Beep function produce a sound from my speakers. I
have to put up an object and activate a .WAV file to get
something to sound, but this takes way too long in the
code.

I am working in Access XP Professional.

Any suggestions?

Thanks
 
Jon said:
Hello.

I would like to sound a beep in my visual basic code, but
for some reason neither the VB statement BEEP or the
DoCmd.Beep function produce a sound from my speakers. I
have to put up an object and activate a .WAV file to get
something to sound, but this takes way too long in the
code.

I am working in Access XP Professional.

Any suggestions?

Thanks

Go into Settings -> Control Panel -> Sounds (or Sounds and Multimedia,
or whatever this applet is called on your computer), and see if you have
any sound associated with this "Default Beep" sound event. If not, pick
one and see if your Beep statements work then.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

disable the beep 1
Beep() does not work! 10
How to tell when Beep sound is done? 2
Adding Beeps to a form 4
PC has no video and no beep code?? 29
Beep not working 9
Beep Occurring When Click 4
Windows Question Beep 1

Back
Top