Click here to Skip to main content
15,897,273 members
Home / Discussions / C#
   

C#

 
QuestionHelp in TCP Connection Pin
Kamleshs7-Aug-06 20:53
Kamleshs7-Aug-06 20:53 
AnswerRe: Help in TCP Connection Pin
stancrm7-Aug-06 20:55
stancrm7-Aug-06 20:55 
GeneralRe: Help in TCP Connection Pin
leppie7-Aug-06 20:58
leppie7-Aug-06 20:58 
AnswerRe: Help in TCP Connection Pin
leppie7-Aug-06 20:56
leppie7-Aug-06 20:56 
QuestionPlease help Pin
minniemooo7-Aug-06 20:47
minniemooo7-Aug-06 20:47 
AnswerRe: Please help Pin
albCode7-Aug-06 21:30
albCode7-Aug-06 21:30 
GeneralRe: Please help Pin
minniemooo7-Aug-06 22:16
minniemooo7-Aug-06 22:16 
GeneralRe: Please help Pin
albCode7-Aug-06 22:26
albCode7-Aug-06 22:26 
Questionrunning application with out framework Pin
Satish327-Aug-06 20:43
Satish327-Aug-06 20:43 
AnswerRe: running application with out framework Pin
leppie7-Aug-06 20:49
leppie7-Aug-06 20:49 
AnswerRe: running application with out framework Pin
stancrm7-Aug-06 20:53
stancrm7-Aug-06 20:53 
AnswerRe: running application with out framework Pin
albCode7-Aug-06 22:29
albCode7-Aug-06 22:29 
QuestionHelp on TCP connection Pin
Girish6017-Aug-06 20:34
Girish6017-Aug-06 20:34 
AnswerRe: Help on TCP connection Pin
stancrm7-Aug-06 20:52
stancrm7-Aug-06 20:52 
AnswerRe: Help on TCP connection Pin
leppie7-Aug-06 20:54
leppie7-Aug-06 20:54 
AnswerRe: Help on TCP connection Pin
Divyang Mithaiwala7-Aug-06 23:14
Divyang Mithaiwala7-Aug-06 23:14 
QuestionRead XML Pin
Vipin Venugopal7-Aug-06 20:26
Vipin Venugopal7-Aug-06 20:26 
AnswerRe: Read XML Pin
stancrm7-Aug-06 20:47
stancrm7-Aug-06 20:47 
Question2days........how to decoder Pin
rainfeet7-Aug-06 20:24
rainfeet7-Aug-06 20:24 
using(System.IO.StreamReader sr = new System.IO.StreamReader(temp_path))
{
//没有到达文件结尾时一直读取文件
while(sr.Peek() > 0)
{
//读出一行文本
string temp_string = sr.ReadLine();

//进行编码转换,原ASCI码转换成Unicode编码
Here how to do? I tried two days but no good^^
//连接到输出文件内容中
file_context += temp_string + "
";

}

AnswerRe: 2days........how to decoder Pin
rainfeet7-Aug-06 20:27
rainfeet7-Aug-06 20:27 
AnswerRe: 2days........how to decoder Pin
Guffa7-Aug-06 20:36
Guffa7-Aug-06 20:36 
GeneralRe: 2days........how to decoder Pin
rainfeet7-Aug-06 20:41
rainfeet7-Aug-06 20:41 
AnswerRe: 2days........how to decoder Pin
Guffa7-Aug-06 21:48
Guffa7-Aug-06 21:48 
GeneralRe: 2days........how to decoder Pin
rainfeet7-Aug-06 22:22
rainfeet7-Aug-06 22:22 
AnswerRe: 2days........how to decoder Pin
Guffa8-Aug-06 3:20
Guffa8-Aug-06 3:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.