Hi,
Is there any example about sendkey function with xHarbour Builder.
Thanks,
Regards,
Hakan ONEMLI
Harbour & MSVC 2022 & FWH 23.06
Hakan ONEMLI
Harbour & MSVC 2022 & FWH 23.06
Hi,
Is there any example about sendkey function with xHarbour Builder.
Thanks,
Hakan,
First you set the focus to the control where you want the input to be sent:
oGet:SetFocus()
then you send the key:
SendKey( VK_TAB )
Antonio,
I understand It is for typing some characters to a get field.
I just think that I can send alt, esc, vb.
I am trying to send below to keyboard :
ESC
ESC
ALT-1
A0
(trying to run ribbon action)
Is it possible?
Hakan,
Yes, you can use it.
Simply give the focus to the object that you want to receive the keys.