Click here to Skip to main content
15,914,780 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: DLL help Pin
Rodrigo Pinto Pereira de Souza18-Jun-04 2:11
Rodrigo Pinto Pereira de Souza18-Jun-04 2:11 
GeneralMultiple Timer Processes Pin
jerry1211a17-Jun-04 5:09
jerry1211a17-Jun-04 5:09 
GeneralRe: Multiple Timer Processes Pin
palbano17-Jun-04 5:15
palbano17-Jun-04 5:15 
GeneralRe: Multiple Timer Processes Pin
jerry1211a17-Jun-04 5:33
jerry1211a17-Jun-04 5:33 
GeneralRe: Multiple Timer Processes Pin
David Crow17-Jun-04 5:40
David Crow17-Jun-04 5:40 
GeneralRe: Multiple Timer Processes Pin
palbano17-Jun-04 5:53
palbano17-Jun-04 5:53 
GeneralRe: Multiple Timer Processes Pin
jerry1211a17-Jun-04 6:50
jerry1211a17-Jun-04 6:50 
GeneralRe: Multiple Timer Processes Pin
toxcct17-Jun-04 7:46
toxcct17-Jun-04 7:46 
you don't have to use thread if you feel it's not needed.

you can use 2 SetTimer(). the code you have to add to make the difference btween the 2 is into the OnTimer(UINT nIDEvent) function.
just test nIDEvent. if it matches the ID of your 1st timer, then the 1st timer times out, otherwise, it is the 2nd.

and you can set like that as many timers as you want... (growing up subsequently you OnTimer() function)



TOXCCT >>> GEII power


Generalproblem with building help Pin
dart1317-Jun-04 4:41
dart1317-Jun-04 4:41 
GeneralRe: problem with building help Pin
palbano17-Jun-04 4:44
palbano17-Jun-04 4:44 
GeneralRe: problem with building help Pin
dart1317-Jun-04 5:02
dart1317-Jun-04 5:02 
GeneralSQLConnect() Pin
SuzannaS17-Jun-04 4:32
SuzannaS17-Jun-04 4:32 
GeneralCListCtrl & ToolTips Pin
Gizmo7917-Jun-04 4:25
Gizmo7917-Jun-04 4:25 
GeneralRe: CListCtrl & ToolTips Pin
palbano17-Jun-04 5:19
palbano17-Jun-04 5:19 
GeneralRe: CListCtrl & ToolTips Pin
Gizmo7917-Jun-04 5:55
Gizmo7917-Jun-04 5:55 
QuestionAnybody use SetWorldTransform? Pin
CodeHead17-Jun-04 3:36
CodeHead17-Jun-04 3:36 
GeneralInserting a property sheet/ tab in a dialog box Pin
aarti vimal17-Jun-04 3:24
aarti vimal17-Jun-04 3:24 
GeneralRe: Inserting a property sheet/ tab in a dialog box Pin
David Crow17-Jun-04 3:32
David Crow17-Jun-04 3:32 
GeneralCTreeViewCtrl question Pin
kfaday17-Jun-04 2:58
kfaday17-Jun-04 2:58 
GeneralRe: CTreeViewCtrl question Pin
Arjan Schouten17-Jun-04 3:12
Arjan Schouten17-Jun-04 3:12 
GeneralRe: CTreeViewCtrl question Pin
kfaday19-Jun-04 4:19
kfaday19-Jun-04 4:19 
Generalchange cursor in win32 Pin
udi444417-Jun-04 2:50
udi444417-Jun-04 2:50 
GeneralRe: change cursor in win32 Pin
Johan Rosengren17-Jun-04 5:22
Johan Rosengren17-Jun-04 5:22 
GeneralRe: change cursor in win32 Pin
Scozturk17-Jun-04 5:23
professionalScozturk17-Jun-04 5:23 
GeneralRe: change cursor in win32 Pin
Michael Dunn17-Jun-04 9:36
sitebuilderMichael Dunn17-Jun-04 9:36 

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.