|
-
Jul 31st, 2001, 03:01 PM
#1
Thread Starter
Fanatic Member
how do u make a list box scroll down automatically
i tried a bunch of stuff, but couldnt figure it out
anyone know?
thx in adv,
Nabeel
Visit www.fragblast.com
Gaming, forums, and a online RPG/Battle system
(__Flagg) DOT NET? is this a Hindi Dating service?
-
Jul 31st, 2001, 03:02 PM
#2
Member
You can do it this way, but it will not preserve the current selection:
VB Code:
[i]listboxname[/i].ListIndex = [i]listboxname[/i].ListCount - 1
-
Jul 31st, 2001, 06:14 PM
#3
PowerPoster
or If you want to make some kind of animation with scrolling then you can use a timer and put the source code that fiburt1 gave into the timer event
-
Jul 31st, 2001, 07:09 PM
#4
Thread Starter
Fanatic Member
yeah ill try that out when i get back 2 work tomorrow.
thanks,
Nabeel
Visit www.fragblast.com
Gaming, forums, and a online RPG/Battle system
(__Flagg) DOT NET? is this a Hindi Dating service?
-
Jul 31st, 2001, 07:12 PM
#5
Frenzied Member
back to work?
Your signature says you are 15.
ummmmm... i doubt a company would hire a 15-yr old to do their programming.
retired member. Thanks for everything 
-
Jul 31st, 2001, 07:24 PM
#6
Thread Starter
Fanatic Member
it's a summer job, and i get paid $5.50/hr for it.
it's experience, that all im practically getting out of it.
and some good references.
-nabeel
Visit www.fragblast.com
Gaming, forums, and a online RPG/Battle system
(__Flagg) DOT NET? is this a Hindi Dating service?
-
Jul 31st, 2001, 07:55 PM
#7
PowerPoster
How much experience do you have Nabeel? I am also 15 but I am sure that nobody is gonna hire me for programming unless I know - atleast - lots of C\C++ OR vb
-
Jul 31st, 2001, 08:21 PM
#8
Hyperactive Member
DUDE!!!
He's working at Philips!!!
-
Jul 31st, 2001, 09:02 PM
#9
Thread Starter
Fanatic Member
hey!...how did you know?
well i just wrote on my application that i know VB and stuff, so they saw that and put me in a programming job. i just got lucky i guess.
how much VB do i know? i dunno, lots i guess, ive done classes/collections and all that fun stuff..look around in a bunch of places, and on your application write how much VB you know and write "i enjoy programming","i enjoy working with computers"..otherwise id be doing data entry
-Nabeel
[Edit:] oh i forgot i wrote that in "occupation"..lol. yeah its not like a "big" project..its small to medium sizeish (however u measure it)
Visit www.fragblast.com
Gaming, forums, and a online RPG/Battle system
(__Flagg) DOT NET? is this a Hindi Dating service?
-
Jul 31st, 2001, 09:45 PM
#10
-
Aug 1st, 2001, 08:09 AM
#11
Thread Starter
Fanatic Member
yeah teh company that makes the TVs and stuff
Visit www.fragblast.com
Gaming, forums, and a online RPG/Battle system
(__Flagg) DOT NET? is this a Hindi Dating service?
-
Aug 1st, 2001, 10:01 AM
#12
PowerPoster
What do you program in there?
They dont make TV applications..right?
-
Sep 18th, 2009, 08:10 PM
#13
New Member
Re: how do u make a list box scroll down automatically
This will force the list box to select the last item in the listbox, scrolling it down
ListBox1.SelectedItem = ListBox1.Items.Item(ListBox1.Items.Count - 1)
§AE§
-
Sep 18th, 2009, 08:31 PM
#14
Re: how do u make a list box scroll down automatically
 Originally Posted by §AE§
This will force the list box to select the last item in the listbox, scrolling it down
ListBox1.SelectedItem = ListBox1.Items.Item(ListBox1.Items.Count - 1)
§AE§
You do realize you replied to a thread that is 8 years old?
P.S. What you posted may work in .Net but not VB6.
-
Sep 18th, 2009, 10:26 PM
#15
Addicted Member
Re: how do u make a list box scroll down automatically
 Originally Posted by LaVolpe
You do realize you replied to a thread that is 8 years old?
It's like the military.
"Leave no-one Behind!"
"Leave no thread unresolved!"
-
Sep 18th, 2009, 10:36 PM
#16
Re: how do u make a list box scroll down automatically
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|