会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
June's Blog
你可以记得,最好忘记!!!
博客园
首页
新随笔
联系
订阅
管理
2013年4月28日
openFileDialog控件的使用!
摘要: private void button1_Click(object sender, EventArgs e) { //文件对话框显示的初始目录 openFileDialog1.InitialDirectory = "c:\\"; //设置过滤条件 openFileDialog1.Filter = "文本文件 (*.txt)|*.txt|All files (*.*)|*.*"; //对话框的返回值为OK时读取数据 if (this.op...
阅读全文
posted @ 2013-04-28 23:10 J_une
阅读(481)
评论(0)
推荐(0)
编辑
公告