yogendra kaushik wrote:
CString m_t2=SetTimer(4, 2000, 0); m_t2= KillTimer(5000);
What is this? SetTimer() does not return a CString object. A timer having an id of 5000 has not been created so why try and kill it?
yogendra kaushik wrote:
GetDlgItem(IDC_MOVING_TEXT)->MoveWindow(10,20,50,40,TRUE);
How do you propose this to move a window when the coordinates are unchanging?
"The largest fire starts but with the smallest spark." - David Crow
"Judge not by the eye but by the heart." - Native American Proverb