add a horizontal scroll bar to a listbox or combo
add a horizontal scroll bar to a listbox or combo box
AI
AI சுருக்கம்: 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.
மூலக் குறியீடு
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&)
அசல் கருத்துகள் (3)
வேபேக் மெஷினிலிருந்து (Wayback Machine) மீட்டெடுக்கப்பட்டது