C# Class RemoteMessages.NativeMethods

Datei anzeigen Open project: romsahel/RemoteMessages

Public Properties

Property Type Description
WM_SHOWME int
WM_SHOWME_AHK int

Public Methods

Method Description
Flash ( System form ) : bool

Flash the spacified Window (Form) until it recieves focus.

Flash ( System form, uint count ) : bool

Flash the specified Window (form) for the specified number of times or until it receives focus

ShowInactiveTopmost ( Form frm ) : void

Private Methods

Method Description
Create_FLASHWINFO ( IntPtr handle, uint flags, uint count, uint timeout ) : FLASHWINFO
FlashWindowEx ( FLASHWINFO &pwfi ) : bool
PostMessage ( IntPtr hWnd, uint Msg, IntPtr wParam, IntPtr lParam ) : IntPtr
PostMessage ( IntPtr hwnd, int msg, IntPtr wparam, IntPtr lparam ) : bool
RegisterWindowMessage ( string message ) : int
SetForegroundWindow ( IntPtr hWnd ) : bool
SetWindowPos ( int hWnd, int hWndInsertAfter, int X, int Y, int cx, int cy, uint uFlags ) : bool
ShowWindow ( IntPtr hWnd, int nCmdShow ) : bool
mouse_event ( uint dwFlags, uint dx, uint dy, uint cButtons, UIntPtr dwExtraInfo ) : void
waveOutGetVolume ( IntPtr hwo, uint &dwVolume ) : int
waveOutSetVolume ( IntPtr hwo, uint dwVolume ) : int

Method Details

Flash() public static method

Flash the spacified Window (Form) until it recieves focus.
public static Flash ( System form ) : bool
form System The Form (Window) to Flash.
return bool

Flash() public static method

Flash the specified Window (form) for the specified number of times or until it receives focus
public static Flash ( System form, uint count ) : bool
form System The Form (Window) to Flash.
count uint The number of times to Flash.
return bool

ShowInactiveTopmost() public static method

public static ShowInactiveTopmost ( Form frm ) : void
frm System.Windows.Forms.Form
return void

Property Details

WM_SHOWME public_oe static_oe property

public static int WM_SHOWME
return int

WM_SHOWME_AHK public_oe static_oe property

public static int WM_SHOWME_AHK
return int