Main public logs
Appearance
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).
- 17:53, 9 April 2025 Martini talk contribs created page WinQueryLboxSelectedItem (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...")