Click here to Skip to main content
15,894,410 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionProblem with List Control Pin
emmmatty116-Nov-09 8:23
emmmatty116-Nov-09 8:23 
AnswerRe: Problem with List Control Pin
Richard MacCutchan16-Nov-09 8:43
mveRichard MacCutchan16-Nov-09 8:43 
AnswerRe: Problem with List Control Pin
«_Superman_»16-Nov-09 8:45
professional«_Superman_»16-Nov-09 8:45 
QuestionHow to access the Windows Explorer ( right hand pane ) in Windows 7 Pin
SujayG16-Nov-09 6:54
SujayG16-Nov-09 6:54 
AnswerRe: How to access the Windows Explorer ( right hand pane ) in Windows 7 Pin
«_Superman_»16-Nov-09 8:07
professional«_Superman_»16-Nov-09 8:07 
GeneralRe: How to access the Windows Explorer ( right hand pane ) in Windows 7 Pin
SujayG16-Nov-09 17:13
SujayG16-Nov-09 17:13 
QuestionTIming Pin
Anthony Appleyard16-Nov-09 6:24
Anthony Appleyard16-Nov-09 6:24 
AnswerRe: TIming Pin
Iain Clarke, Warrior Programmer16-Nov-09 6:32
Iain Clarke, Warrior Programmer16-Nov-09 6:32 
GetTickCount will report with ms accuracy - but it's lumpier than that. It used to change at ~19ms intervals, but I think it's finer.

If you want *exactly* 1/3 of a second, then windows is the wrong OS for you.

After that, it boils down to your exactness. You could use SetTimer (..., 333, ...), or waitable timers, or...

Do you want no less that 333ms between events, 3 events pretty evenly per second, but you can handle some jitter?

Short version: Define "exact".

Iain.

I have now moved to Sweden for love (awwww).
If you're in Scandinavia and want an MVP on the payroll (or happy with a remote worker), or need contract work done, give me a job! http://cv.imcsoft.co.uk/[^]

GeneralOT-Hey Warrior! Pin
CPallini16-Nov-09 9:36
mveCPallini16-Nov-09 9:36 
GeneralRe: OT-Hey Warrior! Pin
Iain Clarke, Warrior Programmer16-Nov-09 21:43
Iain Clarke, Warrior Programmer16-Nov-09 21:43 
AnswerRe: TIming Pin
Chris Losinger16-Nov-09 7:09
professionalChris Losinger16-Nov-09 7:09 
AnswerRe: TIming Pin
Jeff Archer16-Nov-09 17:11
Jeff Archer16-Nov-09 17:11 
GeneralRe: TIming Pin
Anthony Appleyard16-Nov-09 23:34
Anthony Appleyard16-Nov-09 23:34 
GeneralRe: TIming Pin
Anthony Appleyard16-Nov-09 23:41
Anthony Appleyard16-Nov-09 23:41 
GeneralRe: TIming Pin
Jeff Archer17-Nov-09 2:34
Jeff Archer17-Nov-09 2:34 
GeneralRe: Timing Pin
Anthony Appleyard17-Nov-09 19:09
Anthony Appleyard17-Nov-09 19:09 
QuestionHow to add a dual interface to a non-ATL, non-MFC Application [closed] Pin
jmen@moc16-Nov-09 2:15
jmen@moc16-Nov-09 2:15 
AnswerRe: How to add a dual interface to a non-ATL, non-MFC Application Pin
Richard MacCutchan16-Nov-09 3:05
mveRichard MacCutchan16-Nov-09 3:05 
GeneralRe: How to add a dual interface to a non-ATL, non-MFC Application Pin
jmen@moc16-Nov-09 3:57
jmen@moc16-Nov-09 3:57 
GeneralRe: How to add a dual interface to a non-ATL, non-MFC Application Pin
Richard MacCutchan16-Nov-09 4:14
mveRichard MacCutchan16-Nov-09 4:14 
GeneralRe: How to add a dual interface to a non-ATL, non-MFC Application Pin
jmen@moc16-Nov-09 4:22
jmen@moc16-Nov-09 4:22 
AnswerRe: How to add a dual interface to a non-ATL, non-MFC Application Pin
CPallini16-Nov-09 5:42
mveCPallini16-Nov-09 5:42 
GeneralRe: How to add a dual interface to a non-ATL, non-MFC Application Pin
jmen@moc16-Nov-09 5:54
jmen@moc16-Nov-09 5:54 
GeneralRe: How to add a dual interface to a non-ATL, non-MFC Application Pin
CPallini16-Nov-09 6:13
mveCPallini16-Nov-09 6:13 
GeneralRe: How to add a dual interface to a non-ATL, non-MFC Application Pin
Nemanja Trifunovic16-Nov-09 7:05
Nemanja Trifunovic16-Nov-09 7:05 

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.