Problem with the Keyboard-plugin
Posted: Sat Feb 23, 2013 2:11 am
Hey guys
I want to creat a visual basic programm that can send comands to EG, so I activated the Keyboard-plugin in EG
I also created a vb-programm that sends simulated keypresses
but EG does┬┤t recognize them...
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
SendKeys.Send("Y")
End Sub
It seems as if EG only recognize the keypresses that are acutaly from my "real" keyboard
I hope you guys can help me
I want to creat a visual basic programm that can send comands to EG, so I activated the Keyboard-plugin in EG
I also created a vb-programm that sends simulated keypresses
but EG does┬┤t recognize them...
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
SendKeys.Send("Y")
End Sub
It seems as if EG only recognize the keypresses that are acutaly from my "real" keyboard
I hope you guys can help me