windows編程學習筆記(1)建立窗口與消息循環

一.windows窗口建立 創建一個windows窗口四部曲 1.設置窗口 2.註冊窗口 3.建立窗口 4.顯示窗口 /* time: 2014.10.20 topic: windows窗口(1) point:窗口設計,註冊,建立,顯示,更新。 */ #include<windows.h> //窗口過程函數 LRESULT CALLBACK WndProc(HWND hwnd, UINT mes
相關文章
相關標籤/搜索