c# Programming Glossary: hotkeyeventargs
Global hotkey in console application http://stackoverflow.com/questions/3654787/global-hotkey-in-console-application HotKeyManager.HotKeyPressed new EventHandler HotKeyEventArgs HotKeyManager_HotKeyPressed void HotKeyManager_HotKeyPressed.. void HotKeyManager_HotKeyPressed object sender HotKeyEventArgs e never executed System.IO.File.WriteAllText c keyPressed.txt.. class HotKeyManager public static event EventHandler HotKeyEventArgs HotKeyPressed public static int RegisterHotKey Keys key KeyModifiers..
|