using Horizontal scroll bar in visual basic

Reply

Join Date: Jun 2008
Posts: 1
Reputation: boasyd is an unknown quantity at this point 
Solved Threads: 0
boasyd boasyd is offline Offline
Newbie Poster

using Horizontal scroll bar in visual basic

 
0
  #1
Jun 24th, 2008
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
Reply With Quote Quick reply to this message  
Join Date: Feb 2008
Posts: 25
Reputation: Neji is an unknown quantity at this point 
Solved Threads: 1
Neji's Avatar
Neji Neji is offline Offline
Light Poster

Re: using Horizontal scroll bar in visual basic

 
0
  #2
Jun 24th, 2008
you mean use horizontal scroll bar to input in textbox?
Last edited by Neji; Jun 24th, 2008 at 8:08 am.
Reply With Quote Quick reply to this message  
Join Date: Nov 2007
Posts: 2,641
Reputation: Jx_Man is a glorious beacon of light Jx_Man is a glorious beacon of light Jx_Man is a glorious beacon of light Jx_Man is a glorious beacon of light Jx_Man is a glorious beacon of light Jx_Man is a glorious beacon of light 
Solved Threads: 245
Jx_Man's Avatar
Jx_Man Jx_Man is offline Offline
Posting Maven

Re: using Horizontal scroll bar in visual basic

 
0
  #3
Jun 24th, 2008
try this :
  1. Private Sub HScroll1_Change()
  2. Text1.Text = HScroll1.Value
  3. End Sub
Reply With Quote Quick reply to this message  
Join Date: Nov 2006
Posts: 848
Reputation: QVeen72 is on a distinguished road 
Solved Threads: 120
QVeen72's Avatar
QVeen72 QVeen72 is offline Offline
Practically a Posting Shark

Re: using Horizontal scroll bar in visual basic

 
0
  #4
Jun 24th, 2008
Hi,

Make TextBox's property :
MultiLine = True
ScrollBars = 3 ' Both

Regards
Veena
Reply With Quote Quick reply to this message  
Join Date: Nov 2007
Posts: 2,641
Reputation: Jx_Man is a glorious beacon of light Jx_Man is a glorious beacon of light Jx_Man is a glorious beacon of light Jx_Man is a glorious beacon of light Jx_Man is a glorious beacon of light Jx_Man is a glorious beacon of light 
Solved Threads: 245
Jx_Man's Avatar
Jx_Man Jx_Man is offline Offline
Posting Maven

Re: using Horizontal scroll bar in visual basic

 
0
  #5
Jun 24th, 2008
ohhhh, i was wrong....
im so sorry friend, i m not read carefully.
the answer was given by veena.
Never tried = Never Know
So, Please do something before post your thread.
* PM Asking will be ignored *
Reply With Quote Quick reply to this message  
Join Date: Oct 2006
Posts: 514
Reputation: Jishnu will become famous soon enough Jishnu will become famous soon enough 
Solved Threads: 26
Jishnu's Avatar
Jishnu Jishnu is offline Offline
Posting Pro

Re: using Horizontal scroll bar in visual basic

 
0
  #6
Jun 24th, 2008
Make TextBox's property :
MultiLine = True
ScrollBars = 3 ' Both
For just a horizontal scrollbar make ScrollBars=1. No need for making it MultiLine if you don't need the vertical scrollbar.
"You know you're a computer geek when you try to shoo a fly away from the monitor screen with your cursor. That just happened to me. It was scary." - Juuso Heimonen.

"The only truly secure computer is one buried in concrete, with the power turned off and the network cable cut." - Anonymous.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Other Threads in the Visual Basic 4 / 5 / 6 Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC