How do I incorporate a horizontal scroll bar to use with a textbox because the amount of data to be entered in is a lot
boasyd 0 Newbie Poster
Recommended Answers
Jump to Postyou mean use horizontal scroll bar to input in textbox?
Jump to Posttry this :
Private Sub HScroll1_Change() Text1.Text = HScroll1.Value End Sub
All 5 Replies
Neji 7 Light Poster
Jx_Man 987 Nearly a Senior Poster Featured Poster
QVeen72 104 Posting Shark
Jx_Man 987 Nearly a Senior Poster Featured Poster
Jishnu 160 Posting Pro
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.