摘要: VS2005运行时读写配置文件(.config) 在VS 2005中设置和读取配置文件已经变的很简单了,而且是强类型的,读取的值可以直接赋值给相应的变量,无需强制转换。 例如:DateTime userDateTime1 = Properties.Settings.Default.userDateTime1; 真是方便了很多。但是你有没有发现,使用 Properties.Settings.De... 阅读全文
posted @ 2008-04-22 10:54 彷徨...... 阅读(964) 评论(0) 推荐(0) 编辑