Thanks that works great, but it also comes with a question.
When I've saved the items from the listbox once, and I add another items to the listbox, I want in the form caption shown that the current file is modified and not saved yet (notified: not saved).
Is there a way, like an event of the listbox (I checked but there is no event in the listbox events like modified).
When I just press the save button again, it does save the list again (with the name I gave it).
Hope you got my point?
Main Topics
Browse All Topics





by: MvanderKooijPosted on 2009-08-30 at 03:27:46ID: 25217068
You are calling savetofile with the dialog member while it isn't yet used to be showed. i think you want something like
Select allOpen in new window