VB.Net have anything ready to use configuration files?
i want something to make the configuration of the app outsite the code, it could be xml, or a simple ini file!!
Anybody know anything about it??
Thank you,
Guilherme Costa
Printable View
VB.Net have anything ready to use configuration files?
i want something to make the configuration of the app outsite the code, it could be xml, or a simple ini file!!
Anybody know anything about it??
Thank you,
Guilherme Costa
There are application config files. You can read about them on MSDN. To add one to your project simply right click on your project, add new item, then select application config file. These files are XML format.