Click here to Skip to main content
15,867,957 members
Home / Discussions / C#
   

C#

 
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 
GeneralRe: 2days........how to decoder Pin
leppie7-Aug-06 20:42
leppie7-Aug-06 20:42 
GeneralRe: 2days........how to decoder Pin
rainfeet7-Aug-06 20:51
rainfeet7-Aug-06 20:51 
GeneralRe: 2days........how to decoder Pin
rainfeet7-Aug-06 20:53
rainfeet7-Aug-06 20:53 
AnswerRe: 2days........how to decoder Pin
leppie7-Aug-06 20:38
leppie7-Aug-06 20:38 
GeneralRe: 2days........how to decoder Pin
rainfeet7-Aug-06 20:47
rainfeet7-Aug-06 20:47 
GeneralRe: 2days........how to decoder Pin
fang_eric7-Aug-06 22:19
fang_eric7-Aug-06 22:19 
GeneralRe: 2days........how to decoder Pin
rainfeet7-Aug-06 22:32
rainfeet7-Aug-06 22:32 
QuestionHow to use MS Virtual Desktop in VC#.net application Pin
ZeeshanAhmedpk7-Aug-06 19:29
ZeeshanAhmedpk7-Aug-06 19:29 
Questionexception Pin
NasimKaziS7-Aug-06 19:12
NasimKaziS7-Aug-06 19:12 
AnswerRe: exception Pin
ZeeshanAhmedpk7-Aug-06 19:47
ZeeshanAhmedpk7-Aug-06 19:47 
QuestionRe: exception Pin
NrmMyth7-Aug-06 20:00
NrmMyth7-Aug-06 20:00 

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.