Prev: Anyone heard of On Local Error.... and is it any different to On Error...?
Next: Hovering over an ActiveX object
From: Karl E. Peterson on 1 Apr 2010 13:42 Juergen Thuemmler wrote: > Hi *.*, > > I wanted to replace the VB-"SendKeys" by Karl E.Peterson's "MySendKeys" with > the module header: > ' Updated 29-Jan-2009 to add support for Unicode characters embedded > ' in strings passed to MySendKeys(). > But I realized, that characters, which are generated using "Alt Gr" like "@", > "\", "|" are not processed correctly. Does anyone know this problem (and > solution)? Is there an update available? Karl? It'd help to have a better definition of "not processed correctly." <g> I'd need some actual examples to do much more than poke around a bit and guess. Of course, I don't have any problem sending any of those characters from this angle. What I'd urge (what I'd do if I could recreate) is for you to put a breakpoint ProcessChar, and see what's happening there. That should lend some insight into the problem. Are there unexpected branches occurring there, that you don't see with other keyboard chars? -- ..NET: It's About Trust! http://vfred.mvps.org |