Need to make the Keyboard's LED (Caps lock / Num lock or Scroll lock LED) blink either using C# or VB.net. (With or without using interop is fine)
+10
A:
This Microsoft Support article seems to be what you're looking for. It explains how to toggle the num lock, caps lock, and scroll lock keys in Visual Basic 6.
Ben
2009-11-13 00:41:10
+1: nice find...
Jason
2009-11-13 00:45:14
Looks like it's just win32 calls, so you could probably manage it with PInvoke.
Jim Leonardo
2009-11-13 00:58:59
this is the closes answer i guess. thanks ben.
imnd
2009-11-13 06:34:52