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

C / C++ / MFC

 
GeneralRe: Window Message Problem Pin
Hamid_RT15-Sep-08 2:25
Hamid_RT15-Sep-08 2:25 
GeneralRe: Window Message Problem Pin
Dhiraj kumar Saini15-Sep-08 3:01
Dhiraj kumar Saini15-Sep-08 3:01 
GeneralRe: Window Message Problem Pin
Hamid_RT15-Sep-08 3:16
Hamid_RT15-Sep-08 3:16 
QuestionWaitForMultipleObjects Pin
_AnsHUMAN_ 15-Sep-08 1:44
_AnsHUMAN_ 15-Sep-08 1:44 
QuestionRe: WaitForMultipleObjects Pin
CPallini15-Sep-08 1:52
mveCPallini15-Sep-08 1:52 
Questionset / call two different timmer/ handlers respectively Pin
ptr_Electron15-Sep-08 1:40
ptr_Electron15-Sep-08 1:40 
AnswerRe: set / call two different timmer/ handlers respectively Pin
Chris Losinger15-Sep-08 1:45
professionalChris Losinger15-Sep-08 1:45 
AnswerRe: set / call two different timmer/ handlers respectively Pin
CPallini15-Sep-08 1:48
mveCPallini15-Sep-08 1:48 
If I got you:
ptr_Electron wrote:
How can I set two different timmers

Call two times the SetTimer function.

ptr_Electron wrote:
I want to call two different timmer handlers respectively

provide two different callbacks as arguments of the above SetTimer calls.

For instance:
UINT_PTR iTimer1 =  SetTimer( hMyWnd, nIDEvent1, uElapse1, lpCallback1);
UINT_PTR iTimer2 =  SetTimer( hMyWnd, nIDEvent2, uElapse2, lpCallback2);
);

Smile | :)

If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.

This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong.
-- Iain Clarke

[My articles]

AnswerRe: set / call two different timmer/ handlers respectively Pin
Hamid_RT15-Sep-08 2:03
Hamid_RT15-Sep-08 2:03 
QuestionLittle Splitter problem ! Pin
CrocodileBuck15-Sep-08 1:03
CrocodileBuck15-Sep-08 1:03 
AnswerRe: Little Splitter problem ! Pin
David Crow15-Sep-08 5:01
David Crow15-Sep-08 5:01 
GeneralRe: Little Splitter problem ! Pin
CrocodileBuck15-Sep-08 8:21
CrocodileBuck15-Sep-08 8:21 
Questionhow to know that we have reached end of file? Pin
kapardhi15-Sep-08 0:59
kapardhi15-Sep-08 0:59 
AnswerRe: how to know that we have reached end of file? Pin
toxcct15-Sep-08 1:31
toxcct15-Sep-08 1:31 
GeneralRe: how to know that we have reached end of file? Pin
kapardhi15-Sep-08 1:43
kapardhi15-Sep-08 1:43 
GeneralRe: how to know that we have reached end of file? Pin
David Crow15-Sep-08 5:08
David Crow15-Sep-08 5:08 
GeneralRe: how to know that we have reached end of file? Pin
toxcct15-Sep-08 5:42
toxcct15-Sep-08 5:42 
GeneralRe: how to know that we have reached end of file? Pin
kapardhi15-Sep-08 19:03
kapardhi15-Sep-08 19:03 
AnswerRe: how to know that we have reached end of file? Pin
Sarath C15-Sep-08 1:36
Sarath C15-Sep-08 1:36 
AnswerRe: how to know that we have reached end of file? Pin
_AnsHUMAN_ 15-Sep-08 1:54
_AnsHUMAN_ 15-Sep-08 1:54 
GeneralRe: how to know that we have reached end of file? Pin
kapardhi15-Sep-08 2:37
kapardhi15-Sep-08 2:37 
GeneralRe: how to know that we have reached end of file? Pin
Hamid_RT15-Sep-08 2:41
Hamid_RT15-Sep-08 2:41 
GeneralRe: how to know that we have reached end of file? Pin
_AnsHUMAN_ 15-Sep-08 2:55
_AnsHUMAN_ 15-Sep-08 2:55 
Questiondelete registry key values Pin
Madan Chauhan15-Sep-08 0:17
Madan Chauhan15-Sep-08 0:17 
AnswerRe: delete registry key values Pin
Joseph Marzbani15-Sep-08 0:37
Joseph Marzbani15-Sep-08 0:37 

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.