Forum Discussion

mnsam's avatar
mnsam
Contributor
10 years ago

check the status of Call Sys.Desktop.Key

I wanted to check the status of Call Sys.Desktop.KeyDown(sInstrunctionvalue) and Call Sys.Desktop.KeyUp(sInstrunctionvalue) so, mainly to confirm that intended character was typed. i tried using asy...
  • mnsam's avatar
    10 years ago

    issue resolved, had not used ASCII conversation
    Runner.CallObjectMethodAsync(Sys.Desktop,"KeyUp",Asc(aqString.ToUpper(sInstructionValue)))