Click here to Skip to main content
15,896,348 members
Home / Discussions / C#
   

C#

 
GeneralRe: tooltip Pin
led mike12-Nov-08 10:59
led mike12-Nov-08 10:59 
QuestionConsole.write line Pin
nesfrank12-Nov-08 4:54
nesfrank12-Nov-08 4:54 
AnswerRe: Console.write line Pin
J4amieC12-Nov-08 5:00
J4amieC12-Nov-08 5:00 
GeneralRe: Console.write line Pin
nesfrank12-Nov-08 5:21
nesfrank12-Nov-08 5:21 
GeneralRe: Console.write line Pin
J4amieC12-Nov-08 5:50
J4amieC12-Nov-08 5:50 
GeneralRe: Console.write line Pin
nesfrank12-Nov-08 5:57
nesfrank12-Nov-08 5:57 
GeneralRe: Console.write line Pin
Vikram A Punathambekar12-Nov-08 6:22
Vikram A Punathambekar12-Nov-08 6:22 
AnswerRe: Console.write line Pin
Guffa12-Nov-08 5:24
Guffa12-Nov-08 5:24 
You don't have to change anything at all in the code. You can pipe the output from the program into a file when you run it.

To send the output to the file "app.log":

TheApplication.exe > app.log

To apppend the output (keeping previous results):

TheApplication.exe >> app.log

If you can't add this from where you run the application, create a batch file (.bat) that contains a line as I showed above, and start the batch file instead of the application.

Despite everything, the person most likely to be fooling you next is yourself.

GeneralRe: Console.write line Pin
nesfrank12-Nov-08 5:28
nesfrank12-Nov-08 5:28 
GeneralRe: Console.write line Pin
Vikram A Punathambekar12-Nov-08 5:35
Vikram A Punathambekar12-Nov-08 5:35 
GeneralRe: Console.write line Pin
nesfrank12-Nov-08 5:47
nesfrank12-Nov-08 5:47 
GeneralRe: Console.write line Pin
Guffa12-Nov-08 6:17
Guffa12-Nov-08 6:17 
GeneralRe: Console.write line Pin
Vikram A Punathambekar12-Nov-08 6:20
Vikram A Punathambekar12-Nov-08 6:20 
AnswerRe: Console.write line Pin
User 665812-Nov-08 8:21
User 665812-Nov-08 8:21 
Questionneed Null value to sotre in int [modified] Pin
mutafa8112-Nov-08 4:20
mutafa8112-Nov-08 4:20 
AnswerRe: need Null value to sotre in int Pin
led mike12-Nov-08 4:25
led mike12-Nov-08 4:25 
GeneralRe: need Null value to sotre in int Pin
J4amieC12-Nov-08 4:54
J4amieC12-Nov-08 4:54 
GeneralRe: need Null value to sotre in int Pin
led mike12-Nov-08 5:06
led mike12-Nov-08 5:06 
AnswerRe: need Null value to sotre in int Pin
J4amieC12-Nov-08 4:56
J4amieC12-Nov-08 4:56 
GeneralRe: need Null value to sotre in int Pin
mutafa8112-Nov-08 11:08
mutafa8112-Nov-08 11:08 
QuestionUnhandled exception while compiling c# project in mono Pin
Member 395619812-Nov-08 3:56
Member 395619812-Nov-08 3:56 
AnswerRe: Unhandled exception while compiling c# project in mono Pin
ScottM112-Nov-08 4:14
ScottM112-Nov-08 4:14 
AnswerRe: Unhandled exception while compiling c# project in mono Pin
Dave Kreskowiak12-Nov-08 4:15
mveDave Kreskowiak12-Nov-08 4:15 
GeneralRe: Unhandled exception while compiling c# project in mono Pin
#realJSOP12-Nov-08 5:03
professional#realJSOP12-Nov-08 5:03 
GeneralRe: Unhandled exception while compiling c# project in mono Pin
Dave Kreskowiak12-Nov-08 12:04
mveDave Kreskowiak12-Nov-08 12:04 

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.