04-12-2005 05:30 AM
04-12-2005 02:02 PM
04-13-2005 01:49 AM
04-13-2005 02:29 AM
08-16-2010 11:55 AM
Hi, I am using LV8.0.
I have also downloaded simulate keyboard.vi to see how to simulate an Enter Key. However, I still failed to get the Enter Key 'pressed'.
What my settings are: \user32.dll, keybd_event, stdcall(Winapi).
I also saw the example under keyboard, basic input demo.vi, but i cant figure out anything from here. Please advise any vi that i can refer to? Thanks you.
08-17-2010 01:25 AM
I have no idea how to simulate the Enter key (you can try searching Google, as this is a Windows API question), but I would start by using the value Return (13), which I assume will do what you want. I have no idea what 43 does.