alotfont
02-15-2017, 01:39 PM
Hello JL!,
I built an MCDU using Arduino and I am trying to connect it to your MCDU software using Visual Basic .NET SendKeys function (I also tried using AUTOIT), however, the window activates but the keys are not shown. I have tried the code with other programs and it works fine. So I was wondering if you knew how could I manage to send keys to the MCDU from Visual Basic. This is the code I am using:
AppActivate("CPT MCDU") // Activates Captain MCDU window in order to send keys to it.
SendKeys.Send("A") // Sends key "A"
Thank you very much in advance!
Andrew
I built an MCDU using Arduino and I am trying to connect it to your MCDU software using Visual Basic .NET SendKeys function (I also tried using AUTOIT), however, the window activates but the keys are not shown. I have tried the code with other programs and it works fine. So I was wondering if you knew how could I manage to send keys to the MCDU from Visual Basic. This is the code I am using:
AppActivate("CPT MCDU") // Activates Captain MCDU window in order to send keys to it.
SendKeys.Send("A") // Sends key "A"
Thank you very much in advance!
Andrew