Click here to Skip to main content
15,887,325 members
Home / Discussions / C#
   

C#

 
Generalcustom OpenDialog... Pin
Itanium2-Feb-03 21:46
Itanium2-Feb-03 21:46 
GeneralRe: custom OpenDialog... Pin
jtmtv182-Feb-03 22:33
jtmtv182-Feb-03 22:33 
GeneralRe: custom OpenDialog... Pin
Anonymous2-Feb-03 23:39
Anonymous2-Feb-03 23:39 
GeneralRe: custom OpenDialog... Pin
jtmtv183-Feb-03 9:24
jtmtv183-Feb-03 9:24 
GeneralRe: custom OpenDialog... Pin
Furty5-Feb-03 15:34
Furty5-Feb-03 15:34 
GeneralWMI counters Pin
swarupdas2-Feb-03 21:42
swarupdas2-Feb-03 21:42 
GeneralRe: WMI counters Pin
John Fisher4-Feb-03 7:35
John Fisher4-Feb-03 7:35 
GeneralRe: WMI counters Pin
swarupdas4-Feb-03 17:12
swarupdas4-Feb-03 17:12 
Yess, but its not a perfect solution. lemme explain why
say the counter was 200 when I sampled the value and stored it. Then the counter was increased to 250 and suddenly reset to zero. and then it grew to 100 before the next sampling happens. So I have lost 250-200 = 50 bytes.
Unless its event driven, I have to sample it at regular interval. And all the ups and downs withing my sampling window are not trapped. WMI is a resource consuming thing and not advisible to run it frequently.
Probably I can do away with the missing values withing the sampling window but is there a perfect solution? Instead of sampling If I am notified when the counter is reset to zero with the value it had just before it was reset, that will be the best possible solution. What do u think ?

Swarup Das
GeneralRe: WMI counters Pin
John Fisher5-Feb-03 3:17
John Fisher5-Feb-03 3:17 
QuestionSkinable Form with C#?? Pin
Q&A2-Feb-03 18:57
Q&A2-Feb-03 18:57 
AnswerRe: Skinable Form with C#?? Pin
Roger Alsing2-Feb-03 21:14
Roger Alsing2-Feb-03 21:14 
GeneralRe: Skinable Form with C#?? Pin
antoine@orchus-tech4-Feb-03 5:08
antoine@orchus-tech4-Feb-03 5:08 
GeneralSystem.ComponentModel.Container Pin
jtmtv182-Feb-03 18:28
jtmtv182-Feb-03 18:28 
GeneralRe: System.ComponentModel.Container Pin
John Fisher4-Feb-03 8:02
John Fisher4-Feb-03 8:02 
Questionadvice ? Pin
jtmtv182-Feb-03 13:24
jtmtv182-Feb-03 13:24 
AnswerRe: advice ? Pin
Christian Graus2-Feb-03 14:06
protectorChristian Graus2-Feb-03 14:06 
GeneralRe: advice ? Pin
jtmtv182-Feb-03 14:35
jtmtv182-Feb-03 14:35 
GeneralRe: advice ? Pin
Christian Graus2-Feb-03 14:58
protectorChristian Graus2-Feb-03 14:58 
GeneralRe: advice ? Pin
jtmtv182-Feb-03 15:01
jtmtv182-Feb-03 15:01 
GeneralRe: advice ? Pin
Christian Graus2-Feb-03 15:09
protectorChristian Graus2-Feb-03 15:09 
GeneralRe: advice ? Pin
jtmtv182-Feb-03 15:24
jtmtv182-Feb-03 15:24 
GeneralProblem with threading Pin
leppie2-Feb-03 12:37
leppie2-Feb-03 12:37 
GeneralRe: Problem with threading Pin
Philip Fitzsimons3-Feb-03 2:24
Philip Fitzsimons3-Feb-03 2:24 
GeneralRe: Problem with threading Pin
leppie3-Feb-03 7:28
leppie3-Feb-03 7:28 
Generalconversion from long[] to byte[] Pin
Michal Januszczyk2-Feb-03 11:02
sussMichal Januszczyk2-Feb-03 11:02 

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.