Jump to content

WinEnableControl: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

9 April 2025

  • curprev 04:0704:07, 9 April 2025 Martini talk contribs 1,587 bytes +1,587 Created page with "This macro sets the enable state of the item in the dialog template to the enable flag. ==Syntax== WinEnableControl(hwndDlg, usId, fEnable) ==Parameters== ;hwndDlg (HWND) - Input : Dialog window handle. ;usId (USHORT) - Input : Identity of the item in the dialog template (button id). ;fEnable (BOOL) - Input : Enable flag. ==Returns== ;rc (BOOL) - returns : Success indicator. :;TRUE :: Successful completion. :;FALSE :: Error occurred. ==Remarks== <pre..."