So i tried

VB Code:
  1. Private Declare Function SendMessage Lib "user32" Alias "SendMessageA" (ByVal hWnd As Long, ByVal wMsg As Long, ByVal wParam As Long, lParam As Any) As Long
  2.  Private Const SB_LINEDOWN = 1
  3.      Private Const SB_pagedown = 1
  4.  
  5.  
  6. Call SendMessage(LISTBOXHWND, WM_VSCROLL, SB_LINEDOWN, ByVal 0&)
No idea what const's do/mean and what effect it has by changing them but anyhow.

Basically right now it uses the scroll bar and moves it down, revealing more of the list.

Well this isn't what i wanted, i want it to go down the list highlighting each item as it goes down. When it gets to the end it can stop!

Anyone have the code? If you could save me time and type it out that'd be awesome.

If you have neteller i may even send some money depending on results