|
-
Apr 14th, 2003, 12:44 PM
#1
Thread Starter
Hyperactive Member
ListBox API stuff? (LB_?) *RESOLVED*
I'm trying to make a ListBox scroll down to the last entry, but I don't have control over the vertical scrollbar. The deal is: the ListBox is located in another app which I need to control slightly, and the ListBox's scrollbar is updated through manually through the application. I know it's updated manually because when I use LB_ADDSTRING to add an entry, it doesn't automatically scroll down. Anyone have any suggestions?
BTW: I'm trying not to resort to having to send a click to the scrollbar's down arrow (which would be easy, but it's not stable enough for what I need).
Last edited by Oafo; Apr 14th, 2003 at 01:09 PM.
[vbcode]
' comment
Rem remark
[/vbcode]
-
Apr 14th, 2003, 01:10 PM
#2
Thread Starter
Hyperactive Member
Nevermind, I got it. It was LB_SETTOPINDEX. I'm stupid
[vbcode]
' comment
Rem remark
[/vbcode]
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
|