add a horizontal scroll bar to a listbox or combo
add a horizontal scroll bar to a listbox or combo box
AI
Resumo por IA: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.
Código fonte
Const WM_USER = 1024 Const LB_SETHORIZONTALEXTENT = (WM_USER + 21) Dim nRet As Long Dim nNewWidth As Integer nNewWidth = list1.Width + 100 'new width in pixels nRet = SendMessage(list1.hwnd, LB_SETHORIZONTALEXTENT, nNewWidth, ByVal 0&)
Comentários originais (3)
Recuperado do Wayback Machine