Jump to content

WinQueryLboxSelectedItem: 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 17:5317:53, 9 April 2025 Martini talk contribs 1,635 bytes +1,635 Created page with "This macro returns the index of the selected item in the List Box (for single selection only). ==Syntax==  WinQueryLboxSelectedItem(hwndLbox) ==Parameters== ;hwndLbox (HWND) - Input : List box handle. ==Returns== ;lRetIndex (LONG) - returns :Index of the selected item. ==Remarks== This macro is defined as&colon. <Pre> #define WinQueryLBoxSelectedItem (hwndLbox)         ((LONG)WinSendMsg(hwndLbox,                           LM_Q..."