i got a listbox and everytime i add something to it.. it goes like this: (say it was 'ouch' with a simple increment of 1)
ouch1
ouch2
ouch3
...etc
but, i want it so it goes
ouch3
ouch2
ouch1
so that the latest addition to the list box ends up as the topmost entry, anyway of doing that?
atm ive got the list box to reorder but the method ive tried wont work wen the list1.additem is actually called, infact it goes kinda bonkers :D
