|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| Yes
| Win32s
| Yes
| Import Library
| -
| Header File
| winuser.h
| Unicode
| No
| Platform Notes
| None
|
|
|
WM_ENABLE
The WM_ENABLE message is sent when an application changes the enabled state of
a window. It is sent to the window whose enabled state is changing. This
message is sent before the EnableWindow function returns, but after the enabled state (WS_DISABLED style bit) of the
window has changed.
WM_ENABLE
fEnabled = (BOOL) wParam; // enabled/disabled flag
Parameters
fEnabled
Value of wParam. Specifies whether the window has been enabled or disabled. This parameter is
TRUE if the window has been enabled or FALSE if the window has been disabled.
Return Values
If an application processes this message, it should return zero.
See Also
EnableWindow
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|