Page 1 of 1

Problem with the Keyboard-plugin

Posted: Sat Feb 23, 2013 2:11 am
by symsc
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

Re: Problem with the Keyboard-plugin

Posted: Sun Feb 24, 2013 2:42 pm
by miljbee