ImDaFrEaK
Well-known member
Not sure if this is the proper place to start this thread.
Question: What is the proper or most common way of saving program settings?
I know you can add a Settings file to your project and save Application Level Constants and User Scope variables of various sorts but is this the only or best way? I currently have a program that runs on each user account. Each account saves information to "Application.StartupPath & "/" & Application.UserName" I don't want to use the My Namespace b/c this will act as a windows service so to speak. Anyways, the users activity is saved there. This is what I want to do.
Question: What is the proper or most common way of saving program settings?
I know you can add a Settings file to your project and save Application Level Constants and User Scope variables of various sorts but is this the only or best way? I currently have a program that runs on each user account. Each account saves information to "Application.StartupPath & "/" & Application.UserName" I don't want to use the My Namespace b/c this will act as a windows service so to speak. Anyways, the users activity is saved there. This is what I want to do.
- Insure the program does not run on any account if not unlocked (serial key entered).
- Have the program run under certain propertys set at the Admin level for all users. (Such as a certain message on a startup banner)