I have set a Timer for 100 ms using SetTimer fn. It returns non zero value but WM_TIMER message is not coming to the window.
It's not coming to the OnTimer at all. I have also used spy to view WM_TIMER message. Spy also didn't get any WM_TIMER message for that wnd.
If anybody have any clue, pl help. Thanks in advance.