Sups,
I got this declarations:
I need to save all of this data, all 15 cities.VB Code:
Public Type CityType Name as String PName as String HPay as Integer Hotel as Integer End Type Dim Cities[1 to 15] as CityType
My question is, where should i save it, on a database (I dont wanna use SQL, h8 it! :D), or on registry.
That's alot of data, and if on registry, i wanna know how to remove it when uninstalling the app, so wacha think?
