djnerve
Junior Member
!-STE06-!
Posts: 46
35 / / –
Joined: Jun 2006
|
RE: RE: [request] Flashing Keyboard LED's when message received
quote: Originally posted by MGrove03
hey you know how when you press all 4 arrow buttons it starts to make a beeping sound? is it possible for it to make that beeping sound when a message is received because i do not always have my speakers on
heres vb code
code: Declare Function Beep Lib "kernel32.dll" ( _
ByVal dwFreq As Long, _
ByVal dwDuration As Long) As Long
|
|