[Message Prev][Message
Next][Thread Prev][Thread Next][Message
Index][Thread Index]
RE: [OT] Windows scripting and system beeps
- Subject: RE: [OT] Windows scripting and system beeps
- From: "Ward, David" <DAvid.Ward@xxxxxxxxxx>
- Date: Tue, 5 Apr 2005 12:44:08 +0100
alternativeley Google came up with this
(The Guy is German, so excuse his spelling, his English is miles better
than
my German)
Dave
http://ourworld.compuserve.com/homepages/Guenter_Born/WSHBazaar/WSHExtend.ht
m
The WSHBeep method
The method creates a beep massage, using the following syntax:
obj.WSHShell (mode)
The parameter Mode is of type Variant and defines the beep mode:
0 = PC speaker
1 = MB_ICONASTERISK
2 = MB_ICONEXCLAMATION
3 = MB_ICONHAND
4 = MB_ICONQUESTION
5 = MB_OK
The following code demonstrates the use.
Dim objAdr, procID
objAdr = WScript.CreateObject("WSHExtend.WinExt")
objAdr.WSHBeep 0
We create a beep on the PC speaker.
-----Original Message-----
From: Simon Ryley [mailto:simon.ryley@xxxxxxx]
Sent: 05 April 2005 12:27
To: ukha_d@xxxxxxx
Subject: [ukha_d] [OT] Windows scripting and system beeps
I know the list is a mine of useful info, so are there any windows
scripting, Dos or programming experts out there?
I am trying to create a VERY simple of way of providing feedback to a
user that an IR remote command has been received.
On my htpc, the power button on the remote starts the PVR app.
Unfortunately, this can take a few secs to load, so the users often
press the power button again, resulting in multiple instances of the
same app. I would like to add either a system beep or a simple splash
screen to the button mapping file for the IR remote, to give the user
feedback that their command has been received.
Googling hasn't got me too far, and from what I can see DOS (a bit
before my time, I'm a Win95 kid) doesn't have a beep command, neither
does windows scripting.
Anything else I can try?
Simon
UKHA_D Main Index |
UKHA_D Thread Index |
UKHA_D Home |
Archives Home
|