I'm designing a client/server application that I would like to be Vista compatible. The client application will be installed in the \Program Files folder.
I would like for the client application to store the connection information (server name and port) so the end user doesn't have to type it in every time s/he uses the program.
What would you recommend for storing this local data? Registry? Application data folder? How do you decide on a path/location that works on XP, Vista and other flavors of Windows?
I would like for the client application to store the connection information (server name and port) so the end user doesn't have to type it in every time s/he uses the program.
What would you recommend for storing this local data? Registry? Application data folder? How do you decide on a path/location that works on XP, Vista and other flavors of Windows?
Comment