打开APP
userphoto
未登录

开通VIP,畅享免费电子书等14项超值服

开通VIP
读取记事本文件放到richTextBox1
private void button1_Click(object sender, EventArgs e) 
        {
            FileStream fs = new FileStream("E:\\万年康
\\Google Earth\\google earth 代码\\WindowsFormsApplication3\\data.txt",FileMode.Open );
            StreamReader f_streamReader = new StreamReader(fs);
            f_streamReader.BaseStream.Seek(0,SeekOrigin.Begin );
            this.richTextBox1.Text = "";
            string strline = f_streamReader.ReadLine();
            while (strline != null)
            {
                this.richTextBox1.Text += strline + "\n";
                strline = f_streamReader.ReadLine();
            }
            f_streamReader.Close();
        }
本站仅提供存储服务,所有内容均由用户发布,如发现有害或侵权内容,请点击举报
打开APP,阅读全文并永久保存
猜你喜欢
类似文章
世界上“倒退”最快的国家:从发达国家到一贫如洗,只用5年时间
潘建华注《红楼梦》║第十六回 贾元春才选凤藻宫 秦鲸卿夭逝黄泉路
刘公华 白描仕女 欣赏!188幅(上)喜欢的收藏关注
摄影:穗花的美
二战影片【反攻班丹岛】1945.国语配音
关于工作的10个底层逻辑
生活服务
热点新闻
分享 收藏 导长图 关注 下载文章
绑定账号成功
后续可登录账号畅享VIP特权!
如果VIP功能使用有故障,
可点击这里联系客服!

联系客服