EnableWindow (user32)
Last changed: -193.47.77.5

.
Summary

C# Signature:

[DllImport("user32.dll")]
static extern bool EnableWindow(IntPtr hWnd, bool bEnable);

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

This function is useful if you want to mimic the functionality of a modal window without using form.ShowDialog() method. Disable the parent window by using this function.

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation