VB5.0 and List box
Is there any solution to now when list box stop scroll (end of list) when
you click with mouse in the vertical down arrow in standard list box in VB5
Ex:
for x=1 to 20
list1.additem "text"
next
and when you click on the arrow down arrow, the scroll stop and you will add
more data to the list
I saw once time a example in vb3 with sendmessage and WS_VCROLL??????
Roy Nesholen