[DllImport("User32.dll")] private static extern short GetAsyncKeyState(int vKey); private static readonly int VK_SNAPSHOT = 0x2C; //This is the print-screen key ...
確定! 回上一頁