摘要:
[DllImport("USER32.DLL",CallingConvention=CallingConvention.StdCall)] private static extern int GetCursorPos (ref Point lpPoint); [DllImport("USER32.DLL",CallingConvention=CallingConvention.StdCall)] private static extern int GetKeyboardState(ref byte lpKeyState); private Point p 阅读全文
posted @ 2004-09-25 12:32
greystar
阅读(157)
评论(0)
推荐(0)
浙公网安备 33010602011771号