while(1){
HWND hwnd = FindWindow(NULL,"System Error!");
::SendMessage(hwnd,WM_SYSCOMMAND,SC_CLOSE,0);
Sleep(200);
}
HWND hwnd = FindWindow(NULL,"System Error!");
::SendMessage(hwnd,WM_SYSCOMMAND,SC_CLOSE,0);
Sleep(200);
}
2008-06-12
于士友
"Being the richest man in the cemetery doesn't matter to me... Going to bed at night saying we've done something wonderful... that's what matters to me." - Steve Jobs, on Gates and Microsoft, Wall Street Journal, summer 1993
没有评论:
发表评论