Jump to content

Beep doesn't work with windows 7?


Popeye1
 Share

Recommended Posts

I started using a script that normally works fine on a xp or vista machine, now on a windows 7 pc and the beep doesn't make any sound. Tried it on another windows 7 pc, same thing, does anyone know if it's not possible or how to make it work on win 7? The beep sound is an extremely important part of my script and to be unable to use it on updated machines is a bit poor.

Edited by Popeye1
Link to comment
Share on other sites

All these functions Does not work

Beep

Function Reference

Beep ( [ Frequency [, Duration ]] )

http://www.autoitscript.com/autoit3/docs/functions/Beep.htm

http://msdn.microsoft.com/en-us/library/ms679277(VS.85).aspx

Function Reference

#Include <WinAPI.au3>

_WinAPI_Beep($iFreq = 500, $iDuration = 1000)

http://msdn.microsoft.com/en-us/library/ms680356(VS.85).aspx

Function Reference

#Include <WinAPI.au3>

_WinAPI_MessageBeep([$iType = 1])

صرح السماء كان هنا

 

Link to comment
Share on other sites

1) please wait 24 hours to bump a post, not 1.

2) Beep() works on mine, it's just that it doesn't use the internal speaker, it plays a windows sound.

For those who are asking questions, look in the help file first. I'm tired of people asking stupid questions about how to do things when 10 seconds in the help file could solve their problem.[quote name='JRowe' date='24 January 2010 - 05:58 PM' timestamp='1264381100' post='766337'][quote name='beerman' date='24 January 2010 - 03:28 PM' timestamp='1264372082' post='766300']They already have a punishment system for abuse.[/quote]... and his his name is Valik.[/quote]www.minikori.com

Link to comment
Share on other sites

I find that odd, I use beep, and it does work. It just comes out the speakers instead.

EDIT: missed Minikori's post, my bad.

I don't think beep() should be removed. If it works for some, then leave it. And maby ammend the help file with "It comes out on speakers in win 7"

Edited by corgano

0x616e2069646561206973206c696b652061206d616e20776974686f7574206120626f64792c20746f206669676874206f6e6520697320746f206e657665722077696e2e2e2e2e

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...