VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

add a horizontal scroll bar to a listbox or combo

VB Qaid  (3 Submissions)   Complete Applications   Visual Basic 3.0   Unknown Difficulty   Wed 3rd February 2021

add a horizontal scroll bar to a listbox or combo box

API Declarations
#If Win16 Then
Declare Function SendMessage Lib "User" (ByVal hwnd As Integer, ByVal wMsg As Integer, ByVal wParam As Integer, lParam As Any) As Long
#Else
Declare Function SendMessage Lib "user32" Alias "SendMessageA" (ByVal hwnd As Long, ByVal wMsg As Long, ByVal wParam As Long, lParam As Any) As Long
#End If

Rate add a horizontal scroll bar to a listbox or combo (5(5 Vote))
add a horizontal scroll bar to a listbox or combo.bas

add a horizontal scroll bar to a listbox or combo Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters