OpenFileDialog ofd = new OpenFileDialog();
ofd.ShowDialog();
textBox1.Text = ofd.FileName;
posted on 2012-02-13 09:54  知识天地  阅读(413)  评论(0编辑  收藏  举报