Click here to Skip to main content
15,905,686 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CString - Find How many same words. Pin
Paulraj G16-Nov-09 16:57
Paulraj G16-Nov-09 16:57 
GeneralRe: CString - Find How many same words. Pin
Adam Roderick J16-Nov-09 16:54
Adam Roderick J16-Nov-09 16:54 
GeneralRe: CString - Find How many same words. Pin
ThatsAlok16-Nov-09 18:14
ThatsAlok16-Nov-09 18:14 
AnswerRe: CString - Find How many same words. Pin
Michael Schubert17-Nov-09 1:49
Michael Schubert17-Nov-09 1:49 
QuestionHelp,about update view. Pin
majianwei8616-Nov-09 15:55
majianwei8616-Nov-09 15:55 
AnswerRe: Help,about update view. Pin
«_Superman_»16-Nov-09 16:43
professional«_Superman_»16-Nov-09 16:43 
GeneralRe: Help,about update view. Pin
majianwei8616-Nov-09 19:02
majianwei8616-Nov-09 19:02 
AnswerRe: Help,about update view. Pin
Adam Roderick J16-Nov-09 16:45
Adam Roderick J16-Nov-09 16:45 
GeneralRe: Help,about update view. Pin
majianwei8616-Nov-09 19:05
majianwei8616-Nov-09 19:05 
QuestionHow to hide/remove the menu in MFC Dialog project ? Pin
wangningyu16-Nov-09 14:38
wangningyu16-Nov-09 14:38 
AnswerRe: How to hide/remove the menu in MFC Dialog project ? Pin
«_Superman_»16-Nov-09 15:41
professional«_Superman_»16-Nov-09 15:41 
GeneralRe: How to hide/remove the menu in MFC Dialog project ? Pin
wangningyu16-Nov-09 15:46
wangningyu16-Nov-09 15:46 
QuestionLittle help with analyzing minidumps Pin
Code-o-mat16-Nov-09 10:32
Code-o-mat16-Nov-09 10:32 
AnswerRe: Little help with analyzing minidumps Pin
«_Superman_»16-Nov-09 11:00
professional«_Superman_»16-Nov-09 11:00 
GeneralRe: Little help with analyzing minidumps Pin
Code-o-mat16-Nov-09 11:09
Code-o-mat16-Nov-09 11:09 
AnswerRe: Little help with analyzing minidumps Pin
Stephen Hewitt16-Nov-09 16:40
Stephen Hewitt16-Nov-09 16:40 
GeneralRe: Little help with analyzing minidumps Pin
Code-o-mat16-Nov-09 20:17
Code-o-mat16-Nov-09 20:17 
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/[^]

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.