i tried a bunch of stuff, but couldnt figure it out :rolleyes:
anyone know?
thx in adv,
Nabeel
Printable View
i tried a bunch of stuff, but couldnt figure it out :rolleyes:
anyone know?
thx in adv,
Nabeel
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
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
yeah ill try that out when i get back 2 work tomorrow.
thanks,
Nabeel
back to work?
Your signature says you are 15.
ummmmm... i doubt a company would hire a 15-yr old to do their programming.
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
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
DUDE!!!
He's working at Philips!!!
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 :rolleyes:
-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)
Programming at Philips?:confused: :D
yeah teh company that makes the TVs and stuff
What do you program in there?
They dont make TV applications..right?:p
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§
It's like the military.Quote:
Originally Posted by LaVolpe
"Leave no-one Behind!"
"Leave no thread unresolved!"
:) ;)