#include stdio.h #include windows.h int main(void) { HINSTANCE instance; HWND handle; handle = CreateWindow ( MainWClass, // Class name ...
確定! 回上一頁