C# Class MouseKeyboardActivityMonitor.OSKZ.MainForm

Afficher le fichier Open project: katopz/oskz-vcsharp

Méthodes publiques

Свойство Type Description
m_KeyboardHookManager KeyboardHookListener

Méthodes publiques

Méthode Description
MainForm ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
FindWindow ( string className, string windowText ) : int
FindWindowEx ( IntPtr parentHwnd, IntPtr childAfterHwnd, IntPtr className, string windowText ) : IntPtr
GimmeOSK ( ) : void
GimmeTray ( ) : void
HideStart ( ) : void
HideToolbars ( ) : void
InitializeComponent ( ) : void
OnExit ( object sender, EventArgs e ) : void
SendMessage ( IntPtr hWnd, UInt32 Msg, IntPtr wParam, IntPtr lParam ) : IntPtr
ShowStart ( ) : void
ShowToolbars ( ) : void
ShowWindow ( int hwnd, int command ) : int
StartOSK ( ) : void
Wow64DisableWow64FsRedirection ( IntPtr &ptr ) : bool
Wow64RevertWow64FsRedirection ( IntPtr ptr ) : bool
myProcess_HasExited ( object sender, System e ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

MainForm() public méthode

public MainForm ( ) : System
Résultat System

Property Details

m_KeyboardHookManager public_oe static_oe property

public static KeyboardHookListener m_KeyboardHookManager
Résultat KeyboardHookListener