how to save settings in vb.net
How to save the settings that my app uses ?
should I use sql, xml , access or any other flexible & easy way.
Please provide a sample code to do the same
Microsoft provide a built-in way to do this called My.Settings. Just use it, it's really easy. It uses XML behind the scenes, but you don't even need to know that - it does it all for you.
Tutorial with sample code
Here you go: http://www.xtremevbtalk.com/showthread.php?t=131671
精彩评论