New Timer Control

Started by Roger Garstang, June 02, 2004, 02:13:38 PM

Previous topic - Next topic

Roger Garstang

Probably a dumb question, but I was just wandering what the proper way was to kill the new timer control?  Is there a FF_Function to use or just killtimer?  And how should they be used (example, or pseudo code, etc...).

TechSupport

KillTimer HWND_FORM1, IDC_FORM1_TIMER1

Roger Garstang

Cool, that's what I figured.  I was just making sure it wasn't like FF_CloseForm where other cleanup was needed, etc.