|
-
Nov 11th, 2000, 10:58 PM
#1
Thread Starter
Addicted Member
I need to have a timer continuosly check for the last AddItem of a listbox, scroll down to the last AddItem, and highlight it, for the user to see it.
How the heck would you code that?
<i>All of my attempted coding turns out to be something to laugh at!</i>
I appreciate all of your time and effort,
Daniel Christie
VB 5 and 6 Enterprise Editions,
Html, Java scipt, Vb script,
& etc...
http://www.qwcd.com
-
Nov 11th, 2000, 11:02 PM
#2
Hyperactive Member
try
Code:
lst_Box.ListIndex = lst_Box.ListCount - 1
That'll scroll it for you .
Visual Basic 6 SP4 on win98se
QUIT THE RAT RACE BECAUSE YOUR MESSING THE WORLD UP !!!!!
-
Nov 11th, 2000, 11:45 PM
#3
Frenzied Member
Why have a timer constantly checking? Can't you find a suitable event that might trigger an update?
Harry.
"From one thing, know ten thousand things."
-
Nov 11th, 2000, 11:59 PM
#4
Member
you should put the perty
***BEEP statement***
in there too... it's cool
If at first you DO succeed, don't look too astonished!
-deadBird
=================
-
Nov 12th, 2000, 12:41 AM
#5
If the user is adding something, than you can first add whatever and then use the code PRIVATE1 gave to go to the bottom. Or even if you adding something all the time, than you can do the same as well.
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
|