Click here to Skip to main content
15,884,298 members
Home / Discussions / C#
   

C#

 
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 
AnswerRe: Open With (my App) Pin
Samuel Cherinet23-Jul-10 6:34
Samuel Cherinet23-Jul-10 6:34 
AnswerRe: Open With (my App) Pin
Yusuf23-Jul-10 6:37
Yusuf23-Jul-10 6:37 
AnswerRe: Open With (my App) Pin
Luc Pattyn23-Jul-10 6:58
sitebuilderLuc Pattyn23-Jul-10 6:58 
Questionproblem displaying Pin
Dhyanga23-Jul-10 6:17
Dhyanga23-Jul-10 6:17 
AnswerRe: problem displaying Pin
PIEBALDconsult23-Jul-10 6:23
mvePIEBALDconsult23-Jul-10 6:23 
GeneralRe: problem displaying Pin
Dhyanga23-Jul-10 6:26
Dhyanga23-Jul-10 6:26 
GeneralRe: problem displaying Pin
PIEBALDconsult23-Jul-10 6:52
mvePIEBALDconsult23-Jul-10 6:52 
GeneralRe: problem displaying Pin
Dhyanga23-Jul-10 9:31
Dhyanga23-Jul-10 9:31 
GeneralRe: problem displaying Pin
PIEBALDconsult23-Jul-10 9:50
mvePIEBALDconsult23-Jul-10 9:50 
GeneralRe: problem displaying Pin
Dhyanga23-Jul-10 10:01
Dhyanga23-Jul-10 10:01 
GeneralRe: problem displaying Pin
riced24-Jul-10 0:14
riced24-Jul-10 0:14 

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.