I have software for my tcc, where I am emulating the pressing of a key using SendKeys.SendWait("{F12}")
.
I created the methods and everything right and I went to test, but in the application that I need it to work, it is not working ... I tested it in the browser, in word and the command works,
I'm going to leave my code and the software I'm trying to use.
The language I'm using is VB.Net
Private Sub EmulaPressionamentoTecla()
SendKeys.SendWait("{F12}")
End Sub
The software I need to work on is ACAT, even software that Stephen Hawking used to communicate ...