#include <winuser.h> HWND winName = FindWindow(NULL, "計算器"); if (winName != NULL) { // 找到視窗} else { // 未找到視窗}.
確定! 回上一頁