Search Tools Links Login

Add a Horizontal Scroll Bar


Adding a horizontal scroll bar to a listbox

Const LB_SETHORIZONTALEXTENT = &H194

Dim hSize As Long
hSize = 350
Call SendMessage(List1.hwnd, LB_SETHORIZONTALEXTENT, hSize, ByVal 0&)

About this post

Posted: 2020-08-30
By: vb6boy
Viewed: 192 times

Categories

Visual Basic 6

Attachments

No attachments for this post


Loading Comments ...

Comments

No comments have been added for this post.

You must be logged in to make a comment.