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...).
KillTimer HWND_FORM1, IDC_FORM1_TIMER1
Cool, that's what I figured. I was just making sure it wasn't like FF_CloseForm where other cleanup was needed, etc.