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).