C# Class MouseKeyboardActivityMonitor.OSKZ.MainForm

ファイルを表示 Open project: katopz/oskz-vcsharp

Public Properties

Property Type Description
m_KeyboardHookManager KeyboardHookListener

Public Methods

Method Description
MainForm ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

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

MainForm() public method

public MainForm ( ) : System
return System

Property Details

m_KeyboardHookManager public_oe static_oe property

public static KeyboardHookListener m_KeyboardHookManager
return KeyboardHookListener