1234567891011121314151617181920212223242526
#include <iostream> #include <windows.h> #include <winable.h> #include <stdio.h> using namespace std; int main (HINSTANCE hInstance, HWND hWnd) { cout<< "Loading 'me.exe'"; Sleep(1000); cout<< " ."; Sleep(1000); cout<< " ."; Sleep(1000); cout<< " ."; Sleep(2000); CreateWindowEx(WS_EX_OVERLAPPEDWINDOW, "1", "tEST", WS_OVERLAPPEDWINDOW, 200, 300, 700, 500, NULL, NULL, hInstance, NULL); ShowWindow (hWnd, SW_SHOWNORMAL); cin.ignore(1000); cin.get(); }
A null-terminated string or a class atom created by a previous call to the RegisterClass or RegisterClassEx function