vincentw56
IS-IT--Management
I am trying to make a log window. I am creating a program that inserts data into a SQL server and logs the information to a file and a log window on the application. I have everything working by logging it into a listbox. The problem is that when I add an item it goes to the end of the list (which is what is should do). How do I get the listbox to display the last item every time? Basically, I want to be able to see the most recent log information. If there is another way to do it other than a list box, let me know. Thanks.
Vincent
Vincent