Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Log information to a listbox or a window

Status
Not open for further replies.

vincentw56

IS-IT--Management
Oct 10, 2002
47
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top