Good evening,
I have an Activex control in a Window or in a dialog and I want to get the same effect as if the user had pressed the keys "Control+2" with the focus set on the control.
What lines do I have to write to send those keys to the control?
I have tried oControl:KeyChar(ckey) and ( oControl:Setfocus() , __Keyboard(nkey) ) but it does not work.
Any ideas?
Thank you very much
Alvaro