Suggestions Needed: Populating ListView
-
Hello all, My App needs to load a a list of configurations into a list view at load time. The list will then be user modifiable (add, delete, edit). What would you all consider to be the best way to do this. An INI file storing each configuration and stored in a folder under the working folder, and loaded at runtime? Or, doing the same thing in the registry. And, how would you keep track of the items so that the correct number are re-loaded back at runtime. For example: At startup the list contains 4 items. Item0, Item1, Item2, and Item3. The user deletes Item2. Now there is no real index to keep track of, I can see there are 3 files, but loading them in any logical progression is no longer an option. Thanks for any suggestions you may have. Frank "Keyboard Error - Press F1 to Continue"
-
Hello all, My App needs to load a a list of configurations into a list view at load time. The list will then be user modifiable (add, delete, edit). What would you all consider to be the best way to do this. An INI file storing each configuration and stored in a folder under the working folder, and loaded at runtime? Or, doing the same thing in the registry. And, how would you keep track of the items so that the correct number are re-loaded back at runtime. For example: At startup the list contains 4 items. Item0, Item1, Item2, and Item3. The user deletes Item2. Now there is no real index to keep track of, I can see there are 3 files, but loading them in any logical progression is no longer an option. Thanks for any suggestions you may have. Frank "Keyboard Error - Press F1 to Continue"