#include "stdafx.h" #include <windows.h> int _tmain(int argc, _TCHAR* argv[]) { FindWindow(NULL, NULL); return 0; }