Hi,
I need your help !!
I'd like to use SetTimer with CALLBACK FUNCTION like 3rd parameter in SetTimer
I try this
::SetTimer(NULL, 1, 1000, CMyFrame::TimerProc) in CMainFrame
It's working, but I have a problem with KillTimer function. I can't stop Timer.
Please help me. What must I do. And how can I call KillTimer corectlly.

Thank you in advance
Drago