Click here to Skip to main content
15,917,481 members
Home / Discussions / C#
   

C#

 
Questiontransfering of file Pin
Fatima Tuz Zahra22-Jan-07 21:18
Fatima Tuz Zahra22-Jan-07 21:18 
AnswerRe: transfering of file Pin
bobsugar22222-Jan-07 21:47
bobsugar22222-Jan-07 21:47 
AnswerRe: transfering of file Pin
Parwej Ahamad22-Jan-07 22:39
professionalParwej Ahamad22-Jan-07 22:39 
QuestionPassing an array of structs from c# to unmanaged c++ dll Pin
Marek Konieczny22-Jan-07 21:12
Marek Konieczny22-Jan-07 21:12 
Questionhow to write on an html page through StremWriter class?? Pin
Saira Tanwir22-Jan-07 21:07
Saira Tanwir22-Jan-07 21:07 
AnswerRe: how to write on an html page through StremWriter class?? Pin
bobsugar22222-Jan-07 22:04
bobsugar22222-Jan-07 22:04 
GeneralRe: how to write on an html page through StremWriter class?? Pin
Saira Tanwir22-Jan-07 22:17
Saira Tanwir22-Jan-07 22:17 
AnswerRe: how to write on an html page through StremWriter class?? Pin
Guffa22-Jan-07 22:24
Guffa22-Jan-07 22:24 
You can't write "on" an existing file. If you wan't to add content to an existing html file, you have to read the file, add the content at the correct position in the string, then write the resulting string back to the file.

---
Year happy = new Year(2007);

GeneralRe: how to write on an html page through StremWriter class?? Pin
bobsugar22222-Jan-07 22:35
bobsugar22222-Jan-07 22:35 
AnswerRe: how to write on an html page through StremWriter class?? Pin
Stefan Troschuetz22-Jan-07 22:23
Stefan Troschuetz22-Jan-07 22:23 
GeneralRe: how to write on an html page through StremWriter class?? Pin
Saira Tanwir22-Jan-07 22:33
Saira Tanwir22-Jan-07 22:33 
GeneralRe: how to write on an html page through StremWriter class?? [modified] Pin
bobsugar22222-Jan-07 22:39
bobsugar22222-Jan-07 22:39 
GeneralRe: how to write on an html page through StremWriter class?? Pin
Saira Tanwir22-Jan-07 22:51
Saira Tanwir22-Jan-07 22:51 
GeneralRe: how to write on an html page through StremWriter class?? Pin
bobsugar22222-Jan-07 22:59
bobsugar22222-Jan-07 22:59 
GeneralRe: how to write on an html page through StremWriter class?? Pin
bobsugar22223-Jan-07 0:09
bobsugar22223-Jan-07 0:09 
GeneralRe: how to write on an html page through StremWriter class?? Pin
Stefan Troschuetz22-Jan-07 22:48
Stefan Troschuetz22-Jan-07 22:48 
GeneralRe: how to write on an html page through StremWriter class?? Pin
Saira Tanwir22-Jan-07 22:59
Saira Tanwir22-Jan-07 22:59 
QuestionList of languages in C# Pin
bouli22-Jan-07 20:35
bouli22-Jan-07 20:35 
AnswerRe: List of languages in C# Pin
lmoelleb22-Jan-07 20:41
lmoelleb22-Jan-07 20:41 
QuestionSort DatagridView Pin
aaraaayen22-Jan-07 18:55
aaraaayen22-Jan-07 18:55 
AnswerRe: Sort DatagridView Pin
Guffa22-Jan-07 19:25
Guffa22-Jan-07 19:25 
GeneralRe: Sort DatagridView Pin
aaraaayen22-Jan-07 19:45
aaraaayen22-Jan-07 19:45 
AnswerRe: Sort DatagridView Pin
Guffa22-Jan-07 21:09
Guffa22-Jan-07 21:09 
QuestionStore value in application instead of database Pin
cocoonwls22-Jan-07 18:04
cocoonwls22-Jan-07 18:04 
AnswerRe: Store value in application instead of database Pin
Parwej Ahamad22-Jan-07 18:21
professionalParwej Ahamad22-Jan-07 18:21 

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.