Desktop Functions: Smart Device Functions:
|
enablewindow (user32)
C# Signature:
[DllImport("user32.dll")] VB.Net Signature:
Declare Function EnableWindow Lib "user32" (ByVal hwnd As Integer, ByVal fEnable As Integer) As Integer; 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! Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more). |
|