Selamlar konuyu kısaca anlatacağım.[DllImport("user32.dll")]
public static extern bool RegisterHotKey(IntPtr hWnd, int id, int fsModifiers, int vlc);
[DllImport("user32.dll")]
public static extern bool UnregisterHotKey(IntPtr hWnd, int id);
Bunu kodumuzun public Form1() kısmının üstüne...