WM (Constants)
Last changed: -188.193.173.56

.
Summary
WM_* constants

C# Constants:

private const UInt32 WM_COMMAND    = 0x0111;
private const UInt32 WM_USER    = 0x0400;
private const UInt32 WM_CLOSE    = 0x0010;
private conts UInt32 WM_MOVE    = 0x0003;
private conts UInt32 WM_MOVING    = 0x0216;
private conts UInt32 WM_SYSCOMMAND    = 0x0112;

VB Constants:

TODO

Notes:

None.