G Guest Feb 11, 2004 #1 Does anyone have a VB.Net code snippet to toggle the caps lock key Thanks Steven
G Guest Feb 12, 2004 #2 Hi I have one in C System.Windows.Forms.SendKeys.Send("CAPSLOCK") Hope this helps.