Architecture
Windows Forms
Game Technologies
Visual Basic
Microsoft ISV
VS Express Editions
Visual J#
Visual C++
SQL Server
Visual Studio
Visual C#
Windows Live
Visual FoxPro
.NET Development
Windows Vista
Software Development Network>> Windows Forms>> Reading ini file?
Reading ini file?
Hot Topic
Right click on RichTextBox no menu
FileInfo::CopyTo() behaving badly?
Opening a form in design view causes a CC checkout
ClickOnce fails only on first time launch
Default Font Size for Labels
Suprising performance increase
Hosted Web Site Login Manager
use a variable to cycle through textboxes
Accessing a listview like control in another application using C#
The windows controls suck!
Windows Forms
CAB Custom ModuleInit Not Firing
Forcing a control to lose focus
Comparing strings
PocketVision hangs on update
data grid and save to file
Recommend Good API book for C#
How to provide client-specific app.config for no-touch deployment
read CSV or an easy way to convert to Access
how to speed up calculated columns?
Custom Contro Icon
Reading ini file?
How can I read ini file using vb.net app.
Answer this question
Reading ini file?
Pauls1965
ini files are predominantly just simple text files. You can read an .ini file by using the normal way to read text files.
http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpguide/html/cpconreadingtextfromfile.asp
that should be what you need.
Reading ini file?
Answer this question
Reading ini file?
Pauls1965
http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpguide/html/cpconreadingtextfromfile.asp
that should be what you need.