C# Class RemoteMessages.NativeMethods

Afficher le fichier Open project: romsahel/RemoteMessages

Méthodes publiques

Свойство Type Description
WM_SHOWME int
WM_SHOWME_AHK int

Méthodes publiques

Méthode 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

Méthode 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 méthode

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

Flash() public static méthode

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.
Résultat bool

ShowInactiveTopmost() public static méthode

public static ShowInactiveTopmost ( Form frm ) : void
frm System.Windows.Forms.Form
Résultat void

Property Details

WM_SHOWME public_oe static_oe property

public static int WM_SHOWME
Résultat int

WM_SHOWME_AHK public_oe static_oe property

public static int WM_SHOWME_AHK
Résultat int