Click here to Skip to main content
15,887,915 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Dynamic loading Dll Pin
voorugonda prashanth18-May-06 1:18
voorugonda prashanth18-May-06 1:18 
AnswerRe: Dynamic loading Dll Pin
NiceNaidu18-May-06 2:26
NiceNaidu18-May-06 2:26 
QuestionHow to use sysinfo Control? Pin
chybin18-May-06 0:36
chybin18-May-06 0:36 
AnswerRe: How to use sysinfo Control? Pin
ThatsAlok18-May-06 1:43
ThatsAlok18-May-06 1:43 
GeneralRe: How to use sysinfo Control? Pin
chybin18-May-06 15:14
chybin18-May-06 15:14 
GeneralRe: How to use sysinfo Control? Pin
ThatsAlok18-May-06 18:53
ThatsAlok18-May-06 18:53 
QuestionWorking with Timers Pin
VinayCool18-May-06 0:29
VinayCool18-May-06 0:29 
AnswerRe: Working with Timers Pin
Michel Wassink18-May-06 0:48
Michel Wassink18-May-06 0:48 
I think the thread does not know to which dialog the timer belongs.D'Oh! | :doh:

try change:
SetTimer(NULL,ELAPSED_TIMER, 1000, NULL);
to:

status->SetTimer(NULL,ELAPSED_TIMER, 1000, NULL);



Michel Wassink


We must make user friendly software. Where are friendly users?
GeneralRe: Working with Timers Pin
VinayCool18-May-06 0:55
VinayCool18-May-06 0:55 
GeneralRe: Working with Timers Pin
Michel Wassink18-May-06 1:01
Michel Wassink18-May-06 1:01 
GeneralRe: Working with Timers Pin
VinayCool18-May-06 1:07
VinayCool18-May-06 1:07 
GeneralRe: Working with Timers Pin
Michel Wassink18-May-06 1:31
Michel Wassink18-May-06 1:31 
GeneralRe: Working with Timers Pin
VinayCool18-May-06 1:37
VinayCool18-May-06 1:37 
GeneralRe: Working with Timers Pin
Michel Wassink18-May-06 1:47
Michel Wassink18-May-06 1:47 
GeneralRe: Working with Timers Pin
VinayCool18-May-06 1:50
VinayCool18-May-06 1:50 
GeneralRe: Working with Timers Pin
VinayCool18-May-06 1:29
VinayCool18-May-06 1:29 
GeneralRe: Working with Timers Pin
ThatsAlok18-May-06 1:17
ThatsAlok18-May-06 1:17 
GeneralRe: Working with Timers Pin
VinayCool18-May-06 1:19
VinayCool18-May-06 1:19 
GeneralRe: Working with Timers Pin
ThatsAlok18-May-06 1:40
ThatsAlok18-May-06 1:40 
GeneralRe: Working with Timers Pin
VinayCool18-May-06 1:44
VinayCool18-May-06 1:44 
AnswerRe: Working with Timers Pin
Roger Stoltz18-May-06 2:03
Roger Stoltz18-May-06 2:03 
GeneralRe: Working with Timers Pin
VinayCool18-May-06 2:13
VinayCool18-May-06 2:13 
GeneralRe: Working with Timers Pin
ThatsAlok18-May-06 2:06
ThatsAlok18-May-06 2:06 
QuestionRe: Working with Timers Pin
David Crow18-May-06 4:05
David Crow18-May-06 4:05 
QuestionDebugging .NET DLL from VC++ Pin
dharani18-May-06 0:26
dharani18-May-06 0:26 

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.