Click here to Skip to main content
15,886,873 members
Home / Discussions / C#
   

C#

 
GeneralRe: Help with a Log-in Screen Pin
Geodude48715-Apr-10 8:06
Geodude48715-Apr-10 8:06 
QuestionStrange problems with inherited user controls when using DILImport Pin
chrisclarke1114-Apr-10 6:49
chrisclarke1114-Apr-10 6:49 
AnswerRe: Strange problems with inherited user controls when using DILImport Pin
kevinnicol14-Apr-10 8:47
kevinnicol14-Apr-10 8:47 
GeneralRe: Strange problems with inherited user controls when using DILImport Pin
chrisclarke1114-Apr-10 21:27
chrisclarke1114-Apr-10 21:27 
QuestionCSV file based on timer event Pin
mprice21414-Apr-10 6:15
mprice21414-Apr-10 6:15 
AnswerRe: CSV file based on timer event Pin
Ravi Bhavnani14-Apr-10 6:30
professionalRavi Bhavnani14-Apr-10 6:30 
GeneralRe: CSV file based on timer event Pin
mprice21414-Apr-10 7:36
mprice21414-Apr-10 7:36 
AnswerRe: CSV file based on timer event Pin
Ravi Bhavnani14-Apr-10 8:26
professionalRavi Bhavnani14-Apr-10 8:26 
OK, that's fair.

One way to do this would be to open the file (for update) when your application starts, set up a timer to fire at a specific interval, and in the timer tick handler, write a line to the open file (and flush the file). When your program terminates (either normally or abnormally), close the file.

See the Timer and File classes for more information.

/ravi
My new year resolution: 2048 x 1536
Home | Articles | My .NET bits | Freeware

ravib(at)ravib(dot)com

GeneralRe: CSV file based on timer event Pin
mprice21414-Apr-10 8:38
mprice21414-Apr-10 8:38 
GeneralRe: CSV file based on timer event Pin
Ravi Bhavnani14-Apr-10 8:47
professionalRavi Bhavnani14-Apr-10 8:47 
GeneralRe: CSV file based on timer event Pin
Luc Pattyn14-Apr-10 8:53
sitebuilderLuc Pattyn14-Apr-10 8:53 
GeneralRe: CSV file based on timer event Pin
mprice21414-Apr-10 9:08
mprice21414-Apr-10 9:08 
GeneralRe: CSV file based on timer event Pin
Ravi Bhavnani14-Apr-10 9:30
professionalRavi Bhavnani14-Apr-10 9:30 
GeneralRe: CSV file based on timer event Pin
Ravi Bhavnani14-Apr-10 9:29
professionalRavi Bhavnani14-Apr-10 9:29 
GeneralRe: CSV file based on timer event Pin
Luc Pattyn14-Apr-10 9:42
sitebuilderLuc Pattyn14-Apr-10 9:42 
GeneralRe: CSV file based on timer event Pin
Ravi Bhavnani14-Apr-10 9:56
professionalRavi Bhavnani14-Apr-10 9:56 
GeneralRe: CSV file based on timer event Pin
Luc Pattyn14-Apr-10 10:28
sitebuilderLuc Pattyn14-Apr-10 10:28 
AnswerRe: CSV file based on timer event Pin
Priya Prk14-Apr-10 6:41
Priya Prk14-Apr-10 6:41 
AnswerRe: CSV file based on timer event Pin
AspDotNetDev14-Apr-10 10:44
protectorAspDotNetDev14-Apr-10 10:44 
AnswerRe: CSV file based on timer event Pin
yu-jian15-Apr-10 6:22
yu-jian15-Apr-10 6:22 
Questionmark rows as deleted or updated befor loading them in a dataset Pin
hadad14-Apr-10 5:42
hadad14-Apr-10 5:42 
AnswerRe: mark rows as deleted or updated befor loading them in a dataset Pin
Not Active14-Apr-10 6:02
mentorNot Active14-Apr-10 6:02 
GeneralRe: mark rows as deleted or updated befor loading them in a dataset Pin
hadad14-Apr-10 6:06
hadad14-Apr-10 6:06 
GeneralRe: mark rows as deleted or updated befor loading them in a dataset Pin
Not Active14-Apr-10 8:33
mentorNot Active14-Apr-10 8:33 
GeneralRe: mark rows as deleted or updated befor loading them in a dataset Pin
hadad14-Apr-10 21:56
hadad14-Apr-10 21:56 

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.