Getting user settings on a VB.net program

kr80

Member
Joined
May 31, 2005
Messages
9
Programming Experience
1-3
How does one get user settings like email address and Name to be used in a program. I have developed a application on Vb.net and i need to pass certain parameters to the program. Later on the user should be able to change if required.
-Karl
 
Sorry for not making it very clear. I mean information which does not change when the application runs. By user information i mean, stuff that you tell a program during install time, like path the program should install to, your email address, Phone Number etc. Things might change later on, so it cannot be hard coded into the program during compile time. I am using these information to send periodic mails, or generate mails. The Application does not have a user interface.

Thanks,
Karl.
 
Back
Top