0
That's a big help! Now I have another question: I am pretty new to programming. How can I learn more about importing dlls and which ones do what? Thanks again.
0
I suspect it is the code below, the only thing I'm not sure about is the parameter and return type conversion, but try it. You'll need to look up the virtual key constants though.
-Mike
using System.Runtime.InteropServices;
...
[DllImport("user32.dll")]
public static extern short GetAsyncKeyState(int vKey);