User32.dll espone una funzione RegisterHotKey , per registrare, beh, tasti di scelta rapida:
[DllImport("user32.dll", SetLastError = true)]
[return: MarshalAs(UnmanagedType.Bool)]
public static extern bool RegisterHotKey(IntPtr hWnd, IntPt...
posta
29.03.2016 - 03:19