Jump to content

WinInsertLboxItem: 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 14:1514:15, 9 April 2025 Martini talk contribs 2,132 bytes +2,132 Created page with "This macro inserts text into a list box at index, index may be a LIT_ constant. The macro returns the actual index where it was inserted. ==Syntax==  WinInsertLboxItem(hwndLbox, index, psz) ==Parameters== ;hwndLbox (HWND) - Input : List box handle. ;index (LONG) - Input : Index of the list box item. ;psz (PSZ) - Input : Text to be inserted. ==Returns== ;lRetIndex (LONG) - returns :Actual index where it was inserted. ==Remarks== This macro is defined..."