Click here to Skip to main content
15,885,757 members
Home / Discussions / C#
   

C#

 
GeneralRe: System,Timers.Timer to slow in C# Pin
Member 994007330-Jul-13 2:56
Member 994007330-Jul-13 2:56 
GeneralRe: System,Timers.Timer to slow in C# Pin
AmitGajjar30-Jul-13 19:29
professionalAmitGajjar30-Jul-13 19:29 
AnswerRe: System,Timers.Timer to slow in C# Pin
Eddy Vluggen30-Jul-13 0:26
professionalEddy Vluggen30-Jul-13 0:26 
AnswerRe: System,Timers.Timer to slow in C# Pin
Alan N30-Jul-13 1:26
Alan N30-Jul-13 1:26 
GeneralRe: System,Timers.Timer to slow in C# Pin
Rob Philpott30-Jul-13 19:31
Rob Philpott30-Jul-13 19:31 
AnswerRe: System,Timers.Timer to slow in C# Pin
BillWoodruff30-Jul-13 5:06
professionalBillWoodruff30-Jul-13 5:06 
AnswerRe: System,Timers.Timer to slow in C# Pin
DaveyM6930-Jul-13 6:46
professionalDaveyM6930-Jul-13 6:46 
AnswerRe: System,Timers.Timer to slow in C# Pin
jschell30-Jul-13 8:24
jschell30-Jul-13 8:24 
If you 'need' to do this rather than 'want' to do it then I suspect you might be forced to write a OS driver. Doing that should give you complete control to collect the data at the interval you want.

The driver would do nothing but the following
- Collect the data at the required interval
- Put the data in a buffer
- Provide a method callable from an external app that returns the current buffer.

Then your application can ask the driver for the data and do whatever you want with it.

If you just 'want' to do it then some of the other suggestions will probably require sufficient functionality to get the data most of the time.
Questionvb6 dll use in vb.net project but grid not show Pin
sanket16429-Jul-13 22:05
sanket16429-Jul-13 22:05 
SuggestionRe: vb6 dll use in vb.net project but grid not show Pin
Richard MacCutchan29-Jul-13 22:07
mveRichard MacCutchan29-Jul-13 22:07 
QuestionHow to take continuous backup of database Pin
Code-Hunt29-Jul-13 21:03
Code-Hunt29-Jul-13 21:03 
AnswerRe: How to take continuous backup of database Pin
Mycroft Holmes29-Jul-13 21:40
professionalMycroft Holmes29-Jul-13 21:40 
AnswerRe: How to take continuous backup of database Pin
Keith Barrow29-Jul-13 23:26
professionalKeith Barrow29-Jul-13 23:26 
GeneralRe: How to take continuous backup of database Pin
Code-Hunt29-Jul-13 23:28
Code-Hunt29-Jul-13 23:28 
GeneralRe: How to take continuous backup of database Pin
Jay Nardev30-Jul-13 23:11
Jay Nardev30-Jul-13 23:11 
Questionchm converter C# WinForms Pin
C#/ASP29-Jul-13 18:32
C#/ASP29-Jul-13 18:32 
AnswerRe: chm converter C# WinForms Pin
Richard MacCutchan29-Jul-13 20:57
mveRichard MacCutchan29-Jul-13 20:57 
AnswerRe: chm converter C# WinForms Pin
Manfred Rudolf Bihy29-Jul-13 21:57
professionalManfred Rudolf Bihy29-Jul-13 21:57 
QuestionNeed suggestions for C# project Pin
jeedolas29-Jul-13 1:30
jeedolas29-Jul-13 1:30 
AnswerRe: Need suggestions for C# project Pin
Pete O'Hanlon29-Jul-13 1:40
mvePete O'Hanlon29-Jul-13 1:40 
GeneralRe: Need suggestions for C# project Pin
jeedolas29-Jul-13 2:08
jeedolas29-Jul-13 2:08 
GeneralRe: Need suggestions for C# project Pin
Pete O'Hanlon29-Jul-13 2:12
mvePete O'Hanlon29-Jul-13 2:12 
GeneralRe: Need suggestions for C# project Pin
jeedolas29-Jul-13 2:20
jeedolas29-Jul-13 2:20 
AnswerRe: Need suggestions for C# project Pin
Richard MacCutchan29-Jul-13 2:20
mveRichard MacCutchan29-Jul-13 2:20 
GeneralRe: Need suggestions for C# project Pin
jeedolas29-Jul-13 2:39
jeedolas29-Jul-13 2:39 

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.