Ok im using this code off of msdn
Code:
SetTimer(hwnd,IDT_TIMER1,5000,NULL);
i have it in the wm_create thing

is it suposed to be there because it is not working

i used
Code:
#define IDT_TIMER1
how do i make this work? Im a newbie sort of. I can make a
application window and buttons and common control so this is
new to me . I know alot about the other api's. But this one isnt
helping me. Can someone please help. Thanx