Click here to Skip to main content
15,906,341 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Random numbers Pin
Mike Beckerleg16-Sep-04 22:59
Mike Beckerleg16-Sep-04 22:59 
GeneralRe: Random numbers Pin
Cedric Moonen16-Sep-04 23:02
Cedric Moonen16-Sep-04 23:02 
GeneralRe: Random numbers Pin
Martijn van Kleef16-Sep-04 23:58
Martijn van Kleef16-Sep-04 23:58 
GeneralRe: Random numbers Pin
David Crow17-Sep-04 9:35
David Crow17-Sep-04 9:35 
QuestionHyperlink(Button)List ?? Pin
Hardy_Smith16-Sep-04 22:20
Hardy_Smith16-Sep-04 22:20 
Generala tyro's question Pin
pcbirdwang16-Sep-04 22:08
pcbirdwang16-Sep-04 22:08 
GeneralUsing SetTimer Pin
GDavy16-Sep-04 21:06
GDavy16-Sep-04 21:06 
GeneralRe: Using SetTimer Pin
Mike Beckerleg17-Sep-04 1:28
Mike Beckerleg17-Sep-04 1:28 
I believe calling SetTimer multiple times will create multiple system timers, even if you call it with the same ID. The id is the value the timer returns to you when it ticks. This is different to the timer identifier which is the value returned by SetTimer.

The timer will not get killed when the dialog goes out of scope, you need to call KillTimer with the value returned by SetTime.

Mike
GeneralRe: Using SetTimer Pin
David Crow17-Sep-04 9:37
David Crow17-Sep-04 9:37 
GeneralSuspendThread & TerminateThread Pin
Martijn van Kleef16-Sep-04 21:02
Martijn van Kleef16-Sep-04 21:02 
GeneralRe: SuspendThread & TerminateThread Pin
Neville Franks17-Sep-04 0:36
Neville Franks17-Sep-04 0:36 
GeneralCListCtrl-Multi-selection using SHIFT & arrow Key Pin
krishnakumar7516-Sep-04 20:49
krishnakumar7516-Sep-04 20:49 
GeneralRe: CListCtrl-Multi-selection using SHIFT & arrow Key Pin
Chris Richardson18-Sep-04 21:55
Chris Richardson18-Sep-04 21:55 
GeneralRe: CListCtrl-Multi-selection using SHIFT & arrow Key Pin
krishnakumar7520-Sep-04 18:05
krishnakumar7520-Sep-04 18:05 
QuestionError in ATL ( COM) DLL ??? Pin
zahid_ash16-Sep-04 20:03
zahid_ash16-Sep-04 20:03 
GeneralVisual C++ (MFC) : Using Matrix to set an part of an image to zero Pin
pohcb_sonic16-Sep-04 16:07
pohcb_sonic16-Sep-04 16:07 
Generalmsflexigrid Pin
persian_boi16-Sep-04 15:59
persian_boi16-Sep-04 15:59 
GeneralExample of IPC in VC++ .Net Pin
hatimad16-Sep-04 12:47
hatimad16-Sep-04 12:47 
GeneralMultiple Parallel Ports Pin
wicked_guy16-Sep-04 11:58
wicked_guy16-Sep-04 11:58 
GeneralRe: Multiple Parallel Ports Pin
Christian Graus16-Sep-04 15:58
protectorChristian Graus16-Sep-04 15:58 
GeneralRe: Multiple Parallel Ports Pin
wicked_guy16-Sep-04 21:46
wicked_guy16-Sep-04 21:46 
GeneralRe: Multiple Parallel Ports Pin
Christian Graus19-Sep-04 11:04
protectorChristian Graus19-Sep-04 11:04 
GeneralC++ code for 3D Pin
suiram4016-Sep-04 11:18
suiram4016-Sep-04 11:18 
GeneralRe: C++ code for 3D Pin
Christian Graus16-Sep-04 15:59
protectorChristian Graus16-Sep-04 15:59 
GeneralRe: C++ code for 3D Pin
Alexander M.,17-Sep-04 2:35
Alexander M.,17-Sep-04 2:35 

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.