Esempio n. 1
0
 public MainForm()
 {
     InitializeComponent();
     cm    = new ControlMouse();
     param = new IntPtr(0);
     kc    = new KeysConverter();
     RegisterHotKey(Handle, 712, 0, (int)Keys.F1);
     RegisterHotKey(Handle, 713, 0, (int)Keys.F2);
     RegisterHotKey(Handle, 714, 0, (int)Keys.F3);
     //RegisterHotKey(Handle, 715, 0, (int)Keys.F4);
     loadConfig();
 }