Exemplo n.º 1
0
 public bool setHotKey(MainForm.KeyModifiers Kmds, Keys key)
 {
     return(MainForm.RegisterHotKey(this.Handle, 31197, Kmds, key));
 }
Exemplo n.º 2
0
 public static extern bool RegisterHotKey(IntPtr hWnd, int id, MainForm.KeyModifiers fsModifiers, Keys vk);