PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: Roger Garstang on June 02, 2004, 02:13:38 PM

Title: New Timer Control
Post by: Roger Garstang on June 02, 2004, 02:13:38 PM
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...).
Title: New Timer Control
Post by: TechSupport on June 02, 2004, 02:29:29 PM
KillTimer HWND_FORM1, IDC_FORM1_TIMER1
Title: New Timer Control
Post by: Roger Garstang on June 02, 2004, 02:31:19 PM
Cool, that's what I figured.  I was just making sure it wasn't like FF_CloseForm where other cleanup was needed, etc.