int main();
{
public partial class Form1 : Form ;
{
[DllImport("User32.dll")]
private static extern short GetAsyncKeyState(System.Windows.Forms.Keys vKey); // Keys enumeration
[DllImport("user32.dll")]
static extern short GetAsyncKeyState(int vKey);
gehören da so nicht hin..... ~.~
bzw müssten die sein.... schreib mal den genauen code rein bzw sag mir die zeile
copy & past

?