Click here to Skip to main content
15,891,136 members
Home / Discussions / C#
   

C#

 
GeneralRe: Deploy C# application with C organized dll Pin
firas_hamzeh23-Jul-10 23:05
firas_hamzeh23-Jul-10 23:05 
AnswerRe: Deploy C# application with C organized dll Pin
Luc Pattyn23-Jul-10 23:43
sitebuilderLuc Pattyn23-Jul-10 23:43 
GeneralRe: Deploy C# application with C organized dll Pin
firas_hamzeh24-Jul-10 0:08
firas_hamzeh24-Jul-10 0:08 
GeneralRe: Deploy C# application with C organized dll Pin
Luc Pattyn24-Jul-10 0:20
sitebuilderLuc Pattyn24-Jul-10 0:20 
GeneralRe: Deploy C# application with C organized dll Pin
firas_hamzeh24-Jul-10 0:42
firas_hamzeh24-Jul-10 0:42 
GeneralRe: Deploy C# application with C organized dll Pin
Luc Pattyn24-Jul-10 1:10
sitebuilderLuc Pattyn24-Jul-10 1:10 
QuestionBinaryFormater FileStream structure Pin
Mark H Bishop23-Jul-10 10:28
Mark H Bishop23-Jul-10 10:28 
AnswerRe: BinaryFormater FileStream structure Pin
Pete O'Hanlon23-Jul-10 11:07
mvePete O'Hanlon23-Jul-10 11:07 
QuestionLive GPS data and Video synchronized recording and playback Pin
faheemnadeem23-Jul-10 7:48
faheemnadeem23-Jul-10 7:48 
AnswerRe: Live GPS data and Video synchronized recording and playback Pin
Ennis Ray Lynch, Jr.23-Jul-10 9:15
Ennis Ray Lynch, Jr.23-Jul-10 9:15 
GeneralRe: Live GPS data and Video synchronized recording and playback Pin
faheemnadeem23-Jul-10 11:31
faheemnadeem23-Jul-10 11:31 
QuestionRe: Live GPS data and Video synchronized recording and playback Pin
vijayr10-Nov-10 23:04
vijayr10-Nov-10 23:04 
AnswerRe: Live GPS data and Video synchronized recording and playback Pin
faheemnadeem15-Nov-10 2:29
faheemnadeem15-Nov-10 2:29 
GeneralRe: Live GPS data and Video synchronized recording and playback [modified] Pin
vijayr15-Nov-10 19:05
vijayr15-Nov-10 19:05 
GeneralRe: Live GPS data and Video synchronized recording and playback Pin
faheemnadeem15-Nov-10 19:34
faheemnadeem15-Nov-10 19:34 
GeneralRe: Live GPS data and Video synchronized recording and playback Pin
vijayr15-Nov-10 20:17
vijayr15-Nov-10 20:17 
QuestionCant copy a complete text file Pin
ayandelhi23-Jul-10 6:44
ayandelhi23-Jul-10 6:44 
AnswerRe: Cant copy a complete text file Pin
riced23-Jul-10 6:51
riced23-Jul-10 6:51 
GeneralRe: Cant copy a complete text file Pin
ayandelhi23-Jul-10 6:59
ayandelhi23-Jul-10 6:59 
<code>static string file="";
static string line="";
static void Main(string[] args)
{
StreamReader sr=new StreamReader("d:\\file1.txt");
StreamWriter sw=new StreamWriter("D:\\file2.txt");
while((line=sr.Readline())!=null)
{
file="\""+line+"\\r\\n";\\editing the line read from the file
sr.WriteLine(file);
file="";
}
}</code>
file 1 has abt 700 lines and file2 is destination...
AnswerRe: Cant copy a complete text file Pin
Richard MacCutchan23-Jul-10 6:56
mveRichard MacCutchan23-Jul-10 6:56 
AnswerRe: Cant copy a complete text file Pin
Luc Pattyn23-Jul-10 7:00
sitebuilderLuc Pattyn23-Jul-10 7:00 
AnswerRe: Cant copy a complete text file Pin
kevinnicol23-Jul-10 7:07
kevinnicol23-Jul-10 7:07 
GeneralRe: Cant copy a complete text file Pin
ayandelhi23-Jul-10 7:23
ayandelhi23-Jul-10 7:23 
GeneralRe: Cant copy a complete text file Pin
ayandelhi23-Jul-10 7:25
ayandelhi23-Jul-10 7:25 
QuestionMessage Removed Pin
23-Jul-10 6:22
professionalN_tro_P23-Jul-10 6:22 

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.