I\'m using SendKeys in an automation program for work. I\'ve been plodding along, and am now trying to iron out all the bugs that I\'ve created :-)
One of which, is
does this work for you?
if(Control.IsKeyLocked(Keys.CapsLock)) SendKeys.SendWait("{CAPSLOCK}This Is An Over Capitalized Test String"); else SendKeys.SendWait("This Is An Over Capitalized Test String");