|
#1
|
||||
|
||||
|
I try to make press NUMPAD 1 in trainer lisen sound "activated" and pressing again NUMPAD 1 sound "desactivated" but no work no can lisen the second sound prssing the same key 2 times, any can help me?
thanks DELPHI CODE: Code:
if HiWord(GetKeyState(VK_NUMPAD1)) <> 0 then
PlaySound (PChar ('ACT'), Hinstance, SND_Resource Or SND_ASYNC)
else
PlaySound (PChar ('DEC'), Hinstance, SND_Resource Or SND_ASYNC);
__________________
IN NEW PROJECTS Last edited by h4x0r #; 14-05-2009 at 10:32. |
| Sponsored Links |
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| play home network whit mirror ? | poupout | PC Games | 3 | 11-03-2004 05:00 |
| -Cant Some1 Please Help whit FIFA 2003- | E.xz.E.z | PC Games | 14 | 17-11-2002 16:18 |
| Final Fantasy 9 italian Patch ? Clone whit yamaha? | Thunder | PSX Games | 1 | 14-04-2001 07:06 |
| how do i burn whit those patch | mossok | PSX Games | 1 | 16-12-2000 06:12 |
| how do i burn cue and bin whit cdrwin | mossok | PSX Games | 2 | 12-11-2000 19:59 |