Jump to content

WinQueryLboxCount: 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:2917:29, 9 April 2025 Martini talk contribs 1,564 bytes +1,564 Created page with "This macro returns the number of items in the List Box. ==Syntax==  WinQueryLboxCount(hwndLbox) ==Parameters== ;hwndLbox (HWND) - Input : Listbox handle. ==Returns== ;lRetNumIt (LONG) - returns :Number of items in the list box. ==Remarks== This macro is defined as&colon. <Pre> #define WinQueryLboxCount(hwndLbox)              \         ((LONG)WinSendMsg(hwndLbox,              \                         ..."