To retrieve information from the configuration file.
Create an instance of AppSettingsReader to read the configuration file.
Call the GetValue method to read values represented in the configuration file.
To add configuration file entries
Create elements in the node of the configuration file.
Specify a value for the entry and a key in the element.
Credit: https://www.wikitechy.com/interview/VB.NET-configuration-file.html
Can someone suggest me that how can I write the code for file compressing in VB.NET?
How?
How to change postion if a contrl at runtime in vb.net?