Click here to Skip to main content
15,891,136 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: MSDN Pin
Mark Salsbery17-Jan-07 11:10
Mark Salsbery17-Jan-07 11:10 
QuestionHook Print Dialog in Word Pin
pgibson00770017-Jan-07 8:17
pgibson00770017-Jan-07 8:17 
QuestionTimer event in MFC Pin
suresh000917-Jan-07 7:31
suresh000917-Jan-07 7:31 
QuestionRe: Timer event in MFC Pin
Mark Salsbery17-Jan-07 7:44
Mark Salsbery17-Jan-07 7:44 
AnswerRe: Timer event in MFC Pin
suresh000917-Jan-07 8:13
suresh000917-Jan-07 8:13 
QuestionRe: Timer event in MFC Pin
David Crow17-Jan-07 8:18
David Crow17-Jan-07 8:18 
AnswerRe: Timer event in MFC Pin
suresh000917-Jan-07 8:25
suresh000917-Jan-07 8:25 
GeneralRe: Timer event in MFC Pin
CPallini17-Jan-07 8:21
mveCPallini17-Jan-07 8:21 
suresh0009 wrote:
The program dose a normal exit as there is no other code after settimer.


Noooooooooo, this is not true. MFC application keeps running but you have to return 0:

wind::OnCreate(LPCREATESTRUCT lpCreateStruct)
{
 SetTimer(test,1000,NULL);
 return 0;
}


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.

AnswerRe: Timer event in MFC Pin
suresh000917-Jan-07 8:20
suresh000917-Jan-07 8:20 
AnswerRe: Timer event in MFC Pin
suresh000917-Jan-07 8:28
suresh000917-Jan-07 8:28 
QuestionRe: Timer event in MFC Pin
CPallini17-Jan-07 8:15
mveCPallini17-Jan-07 8:15 
AnswerRe: Timer event in MFC Pin
suresh000917-Jan-07 8:26
suresh000917-Jan-07 8:26 
GeneralRe: Timer event in MFC Pin
Mark Salsbery17-Jan-07 8:42
Mark Salsbery17-Jan-07 8:42 
AnswerRe: Timer event in MFC Pin
#realJSOP17-Jan-07 11:36
mve#realJSOP17-Jan-07 11:36 
QuestionMy own List Control in MFC doesn't respons conrrectly to the keyboard Pin
Chibi Maruko S17-Jan-07 7:04
Chibi Maruko S17-Jan-07 7:04 
QuestionVS2005 MFC app and XP themes [modified] Pin
Ravi Bhavnani17-Jan-07 6:02
professionalRavi Bhavnani17-Jan-07 6:02 
AnswerRe: VS2005 MFC app and XP themes Pin
krmed17-Jan-07 9:48
krmed17-Jan-07 9:48 
GeneralRe: VS2005 MFC app and XP themes Pin
Ravi Bhavnani17-Jan-07 9:53
professionalRavi Bhavnani17-Jan-07 9:53 
QuestionNewbie - Memory sharing in COM Pin
jayart17-Jan-07 5:44
jayart17-Jan-07 5:44 
AnswerRe: Newbie - Memory sharing in COM Pin
led mike17-Jan-07 5:53
led mike17-Jan-07 5:53 
GeneralRe: Newbie - Memory sharing in COM Pin
jayart17-Jan-07 6:00
jayart17-Jan-07 6:00 
GeneralRe: Newbie - Memory sharing in COM Pin
led mike17-Jan-07 6:23
led mike17-Jan-07 6:23 
GeneralRe: Newbie - Memory sharing in COM Pin
jayart17-Jan-07 6:43
jayart17-Jan-07 6:43 
GeneralRe: Newbie - Memory sharing in COM Pin
led mike17-Jan-07 6:57
led mike17-Jan-07 6:57 
GeneralRe: Newbie - Memory sharing in COM Pin
jayart17-Jan-07 7:11
jayart17-Jan-07 7:11 

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.