Jump to content

Main public logs

Combined display of all available logs of EDM2. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 17:29, 9 April 2025 Martini talk contribs created page WinQueryLboxCount (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,              \                         ...")