Click here to Skip to main content
15,917,456 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: MFC and Windows API Pin
Anthony_Yio24-Aug-04 0:54
Anthony_Yio24-Aug-04 0:54 
GeneralUsing acceleraor keys in Dialog application Pin
WesleyPipes24-Aug-04 0:03
WesleyPipes24-Aug-04 0:03 
GeneralRe: Using acceleraor keys in Dialog application Pin
Cedric Moonen24-Aug-04 1:04
Cedric Moonen24-Aug-04 1:04 
GeneralRe: Using acceleraor keys in Dialog application Pin
WesleyPipes24-Aug-04 3:34
WesleyPipes24-Aug-04 3:34 
GeneralRe: Using acceleraor keys in Dialog application Pin
David Crow24-Aug-04 3:41
David Crow24-Aug-04 3:41 
GeneralRe: Using acceleraor keys in Dialog application Pin
WesleyPipes24-Aug-04 3:55
WesleyPipes24-Aug-04 3:55 
GeneralUsing the timer Pin
wicked_guy24-Aug-04 0:03
wicked_guy24-Aug-04 0:03 
GeneralRe: Using the timer Pin
Antony M Kancidrowski24-Aug-04 0:33
Antony M Kancidrowski24-Aug-04 0:33 
Timers are set in milliseconds and therefore do not have the resolution you require.

I suggest that you use another thread to do this work. You could then use the high-resolution performance counters QueryPerformanceCounter() and QueryPerformanceFrequency() to monitor the time.

Ant.

I'm hard, yet soft.
I'm coloured, yet clear.
I'm fruity and sweet.
I'm jelly, what am I? Muse on it further, I shall return!
- David Williams (Little Britain)

GeneralRe: Using the timer Pin
wicked_guy24-Aug-04 0:59
wicked_guy24-Aug-04 0:59 
GeneralRe: Using the timer Pin
Antony M Kancidrowski24-Aug-04 1:24
Antony M Kancidrowski24-Aug-04 1:24 
GeneralRe: Using the timer Pin
wicked_guy24-Aug-04 1:33
wicked_guy24-Aug-04 1:33 
GeneralHosting Managed Controls in MFC Pin
Amir Harel23-Aug-04 23:13
Amir Harel23-Aug-04 23:13 
GeneralConvert VB code to C++ Pin
Vivek Jishtu23-Aug-04 22:52
Vivek Jishtu23-Aug-04 22:52 
GeneralRe: Convert VB code to C++ Pin
Cedric Moonen23-Aug-04 23:11
Cedric Moonen23-Aug-04 23:11 
GeneralRe: Convert VB code to C++ Pin
Vivek Jishtu24-Aug-04 0:09
Vivek Jishtu24-Aug-04 0:09 
GeneralRe: Convert VB code to C++ Pin
Cedric Moonen24-Aug-04 1:12
Cedric Moonen24-Aug-04 1:12 
GeneralRe: Convert VB code to C++ Pin
Antony M Kancidrowski24-Aug-04 0:27
Antony M Kancidrowski24-Aug-04 0:27 
GeneralRe: Convert VB code to C++ Pin
Vivek Jishtu24-Aug-04 0:48
Vivek Jishtu24-Aug-04 0:48 
GeneralCreateMsgService fails Pin
kanetheterrible123-Aug-04 22:36
kanetheterrible123-Aug-04 22:36 
GeneralISAPI causes crashing to IIS when connection to SQL Server Pin
raed23-Aug-04 22:17
raed23-Aug-04 22:17 
GeneralRe: ISAPI causes crashing to IIS when connection to SQL Server Pin
Graham Bradshaw23-Aug-04 23:22
Graham Bradshaw23-Aug-04 23:22 
GeneralRe: ISAPI causes crashing to IIS when connection to SQL Server Pin
raed24-Aug-04 0:49
raed24-Aug-04 0:49 
GeneralRe: ISAPI causes crashing to IIS when connection to SQL Server Pin
raed24-Aug-04 1:56
raed24-Aug-04 1:56 
GeneralRe: ISAPI causes crashing to IIS when connection to SQL Server Pin
Graham Bradshaw24-Aug-04 2:56
Graham Bradshaw24-Aug-04 2:56 
GeneralRe: ISAPI causes crashing to IIS when connection to SQL Server Pin
raed24-Aug-04 4:12
raed24-Aug-04 4:12 

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.