| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
共有 748 人关注过本帖
标题:[求助]流输出问题!!!急
只看楼主 加入收藏
cql
Rank: 1
等 级:新手上路
帖 子:26
专家分:0
注 册:2005-4-17
收藏
 问题点数:0 回复次数:1 
[求助]流输出问题!!!急

读取文件内容的时候可以读取英文和数字,但读取中文的时候出现乱码。请问应该怎么办? 小弟先谢啦! 代码如下:

Private Sub Read_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Read.Click Dim FS As FileStream Dim str As String Dim cl As String = Chr(13) & Chr(10) FS = New FileStream("cql.txt", FileMode.OpenOrCreate, FileAccess.Read) Dim tr As New StreamReader(FS) tr.BaseStream.Seek(0, SeekOrigin.Begin) While tr.Peek() > -1 str &= tr.ReadLine & cl End While tr.Close() TextBox1.Text = str End Sub


/pa?p=1:123440016:10" border="0" onload="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onmouseover="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.style.cursor='hand'; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onclick="if(!this.resized) {return true;} else {window.open('http://wpa./pa?p=1:123440016:10');}" onmousewheel="return imgzoom(this);" alt="" />/msgrd?V=1&Uin=123440016&Site=im.&Menu=yes" target="_blank">点击这里给我发消息
2005-05-13 21:38
seals
Rank: 1
等 级:新手上路
帖 子:141
专家分:0
注 册:2005-2-5
收藏
得分:0 
看你的默认编码是不是更改了

说你哪,看了我那么多帖子都不回,好意思吗?! 觉得需要我帮助,请Q:496227096
2005-05-17 14:54
快速回复:[求助]流输出问题!!!急
数据加载中...
 
   



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

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.020904 second(s), 7 queries.
Copyright©2004-2025, BC-CN.NET, All Rights Reserved