|
-
November 29th, 2005, 09:47 AM
#1
How do i do ini file in C#.Net ?
in Visual C++ i had :
Set/GetPrivateProfileString , GetPrivateProfileint and more , creating a file with a label and a tag for each variable like :
[House]
chairs=5
doors=7
[City]
hospitals=2
airport=1.
Is there a better way to save values of variables when the application is closed and get them when the application starts ?
and if not , how do i make an ini file in C# ?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|