Jump to content

WinQueryLboxItemTextLength: 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:3717:37, 9 April 2025 Martini talk contribs 2,400 bytes +2,400 Created page with "This macro returns the length of the text of the indexed item in the List Box. ==Syntax==  WinQueryLboxItemTextLength(hwndLbox, index) ==Parameters== ;hwndLbox (HWND) - Input : Listbox handle. ;index (SHORT) - Input : Index of the item in the List Box. ==Returns== ;sRetLen (SHORT) - returns :Text length of the indexed item. ==Remarks== This macro is defined as&colon. <Pre> #define WinQueryLboxItemTextLength(hwndLbox, index)  \         ((SHORT)Win..."