Main Menu

HOME

.Net
ASP
Assembly
C
C++
Delphi
HTML
Java
JavaScript
MySQL
PC interface
Powershell
Perl
PHP
VBScript
Visual Basic
XML

US Job listings




   Misc

   Amazon

   Links

    


flashing keyboard lights

 

 'flash keyboard lights

'put a timer on the form set its interval to 1000

Private Sub Timer1_Timer()
Dim i As Integer
For i = 1 To 20
'SendKeys "{CAPSLOCK}"
SendKeys "{NUMLOCK}"
'SendKeys "{SCROLLLOCK}"
Next i
End Sub

NOte:

I couldnt get the CAPSLOCK or SCROLLLOCK to work

 

 

 

 

 




   Sponsors
 

   Software
500 Java Tips E-book
PHP editor
PERL editor
Beginning Java
Beginning Visual Basic
Learn VB.net
Learn VB 6
VB and databases
ASP image library
C++ builder programming
C++ fundamentals

   Source Code
Usable Screen percentage(Javascript)
Load a file into a textbox(VB)
Ceil function(C)
Launch a file with associated program(VB)
create a database(PHP)
Length of a string(ASP)
a directory lister(PHP)
PI value(PHP)

    




Copyright © 2003 by programmershelp.co.uk