Can anybody point me in the direction of an online example of how to set up a timer in VC++. I'm using a dialog-based interface which doesn't seem to have a m_hWnd member that is required for use with the SetTimer and KillTimer calls. I expect the answer is probably simple - It's just that I have very little experience in VC++ (V.5).

Thanks