Hello,
I am having trouble making a script. I am trying to bind an ALT code to a key on the keyboard using a keyboard script. For example, I want to send ALT+8531 to a static text field to insert the ⅓ character, however when I try My.Computer.Keyboard.SendKeys("{%}8531"), the window will flash and it will not insert the text. If I try it with just a string, it will occasionally start clicking through the menu bar items. I cannot figure out how to get Application.SendKeys working, because I am not sure how to call XPression as the application. I have also read that Windows 10 can interfere with these script actions.
Has anyone tried to do something similar? I am on 9.5 Studio, Windows 10.
Thanks!
------------------------------
Jack Reynolds
------------------------------