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

C#

 
AnswerRe: How to get the IP of a client in Asp.Net Pin
Christian Graus29-Jun-08 21:27
protectorChristian Graus29-Jun-08 21:27 
GeneralRe: How to get the IP of a client in Asp.Net Pin
MehmetFurkan29-Jun-08 21:46
MehmetFurkan29-Jun-08 21:46 
QuestionHow to execute a dll call several times Pin
boschler29-Jun-08 20:59
boschler29-Jun-08 20:59 
AnswerRe: How to execute a dll call several times Pin
Christian Graus29-Jun-08 21:10
protectorChristian Graus29-Jun-08 21:10 
AnswerRe: How to execute a dll call several times Pin
Alan Balkany30-Jun-08 5:00
Alan Balkany30-Jun-08 5:00 
QuestionCopying GroupBox Pin
Admin88729-Jun-08 20:42
Admin88729-Jun-08 20:42 
AnswerRe: Copying GroupBox Pin
rah_sin29-Jun-08 20:50
professionalrah_sin29-Jun-08 20:50 
QuestionHow can i do it? Pin
Admin88729-Jun-08 20:54
Admin88729-Jun-08 20:54 
AnswerRe: How can i do it? Pin
Christian Graus29-Jun-08 21:11
protectorChristian Graus29-Jun-08 21:11 
AnswerRe: How can i do it? Pin
Mbah Dhaim29-Jun-08 21:22
Mbah Dhaim29-Jun-08 21:22 
AnswerRe: Copying GroupBox Pin
Anthony Mushrow30-Jun-08 0:36
professionalAnthony Mushrow30-Jun-08 0:36 
QuestionSorting at runtime Pin
paresh_sarjani29-Jun-08 20:07
paresh_sarjani29-Jun-08 20:07 
AnswerRe: Sorting at runtime Pin
Christian Graus29-Jun-08 20:13
protectorChristian Graus29-Jun-08 20:13 
AnswerRe: Sorting at runtime Pin
rah_sin29-Jun-08 20:43
professionalrah_sin29-Jun-08 20:43 
AnswerRe: Sorting at runtime Pin
Mbah Dhaim29-Jun-08 21:28
Mbah Dhaim29-Jun-08 21:28 
QuestionHow to Write new line in text file Pin
wasimsharp29-Jun-08 19:26
wasimsharp29-Jun-08 19:26 
Hi
i am creating log file and started to add New line
i user stream write class
 <br />
StreamWriter objWriter = new StreamWriter(path);<br />
       if (!File.Exists(path))<br />
          File.Create(path);<br />
objWriter.WriteLine("[" + DateTime.Now.ToString() + "] "+ Header + Message);<br />
      <br />
            objWriter.Close();<br />

when i compile the program and it start maintaining the Log and after closing the Programme i check the log file there is one one line written which the last activity that i logged.

wasim khan

AnswerRe: How to Write new line in text file Pin
Christian Graus29-Jun-08 19:29
protectorChristian Graus29-Jun-08 19:29 
AnswerRe: How to Write new line in text file Pin
Guffa29-Jun-08 19:41
Guffa29-Jun-08 19:41 
AnswerRe: How to Write new line in text file Pin
wasimsharp29-Jun-08 19:53
wasimsharp29-Jun-08 19:53 
GeneralRe: How to Write new line in text file Pin
Christian Graus29-Jun-08 20:14
protectorChristian Graus29-Jun-08 20:14 
QuestionHow to set the datetimpicker value back to current datetime on a buttion click Pin
Anu Palavila29-Jun-08 19:16
Anu Palavila29-Jun-08 19:16 
AnswerRe: How to set the datetimpicker value back to current datetime on a buttion click Pin
darkelv29-Jun-08 19:19
darkelv29-Jun-08 19:19 
GeneralRe: How to set the datetimpicker value back to current datetime on a buttion click Pin
ali zaidi29-Jun-08 19:37
ali zaidi29-Jun-08 19:37 
GeneralRe: How to set the datetimpicker value back to current datetime on a buttion click Pin
ali zaidi29-Jun-08 19:37
ali zaidi29-Jun-08 19:37 
GeneralRe: How to set the datetimpicker value back to current datetime on a buttion click Pin
Christian Graus29-Jun-08 19:44
protectorChristian Graus29-Jun-08 19:44 

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.