Click here to Skip to main content
15,885,546 members

Comments by LucaDN (Top 1 by date)

LucaDN 2-Mar-11 17:15pm View    
The solution I posted is written for VB.net and it works.
The strange thing is that you must always send the lowercase version of the character!

SendKeys.Send(mytext.ToLower)

If CapsLock is active, the focused control will receive the uppercase version of the char, even if the lowercase version was sent. Strange ... but works.