| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 950 人关注过本帖
标题:如何把文本文件里的各个数值分别输入到相应的文本框了?
取消只看楼主 加入收藏
wintersweet
Rank: 1
等 级:新手上路
帖 子:4
专家分:0
注 册:2008-9-8
收藏
 问题点数:0 回复次数:3 
如何把文本文件里的各个数值分别输入到相应的文本框了?
1   2   3   4   5   5
1   2   5   6   8   9
如何把他们读入相应的文本框里
搜索更多相关主题的帖子: 文本文件 数值 输入 
2008-09-08 13:34
wintersweet
Rank: 1
等 级:新手上路
帖 子:4
专家分:0
注 册:2008-9-8
收藏
得分:0 
我试试,谢了!
2008-09-08 14:10
wintersweet
Rank: 1
等 级:新手上路
帖 子:4
专家分:0
注 册:2008-9-8
收藏
得分:0 
可不可以请哪位高手给一点确切的程序呢?
谢谢…………
2008-09-09 08:45
wintersweet
Rank: 1
等 级:新手上路
帖 子:4
专家分:0
注 册:2008-9-8
收藏
得分:0 
麻烦帮忙看看哪错了
CommonDialog1.Filter = "data file (*.txt)|*.txt|all files|*.*"
CommonDialog1.ShowOpen
oldfile = CommonDialog1.FileName
Open oldfile For Input As #1
u = StrConv(InputB(LOF(1), #1), vbUnicode)
celiang = Split(u, vbCrLf)
shuju = Split(celiang(0), "    ")
Text1.Text = shuju(0)
Text2.Text = shuju(1)
Text18.Text = shuju(2)
Text19.Text = shuju(3)
Text20.Text = shuju(4)
Text3.Text = shuju(5)
Text4.Text = shuju(6)
Text21.Text = shuju(7)
Text22.Text = shuju(8)
Text23.Text = shuju(9)
For m = 1 To 20
shuju = Split(celiang(m), "    ")
Text5(m - 1).Text = shuju(0)
Text6(m - 1).Text = shuju(1)
If m = 2 Or m = 5 Or m = 8 Or m = 11 Or m = 14 Or m = 18 Then
Text9(m - 1).Text = shuju(2)
Text10(m - 1).Text = shuju(3)
Text11(m - 1).Text = shuju(4)
Text12(m - 1).Text = shuju(5)
Text13(m - 1).Text = shuju(6)
Text14(m - 1).Text = shuju(7)
Text15(m - 1).Text = shuju(8)
Text16(m - 1).Text = shuju(9)
Text17(m - 1).Text = shuju(10)
End If
Next m
Close #1
2008-09-12 16:21
快速回复:如何把文本文件里的各个数值分别输入到相应的文本框了?
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.025811 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved