开发者

how to save settings in vb.net

开发者 https://www.devze.com 2023-02-13 04:55 出处:网络
开发者_开发知识库How to save the settings that my app uses ? should I use sql, xml , access or any other flexible & easy way.
开发者_开发知识库

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

0

精彩评论

暂无评论...
验证码 换一张
取 消