随笔分类 - C/C++
记录c、c++的一些知识
摘要:1 /*程序功能:点击button按钮弹出输入框的文本*/ 2 #include 3 4 struct 5 { 6 int iStyle; 7 TCHAR * szText; 8 } 9 button[]= 10 { 11 BS_PUSHBUTTON,...
阅读全文
摘要:1 // wanwan.cpp : 定义应用程序的入口点。 2 // 3 4 5 #include 6 7 #include 8 #define LEFT VK_LEFT 9 #define RIGHT VK_RIGHT 10 #define DOWN VK_DOWN 1...
阅读全文
摘要:1 #include 2 #include 3 4 LRESULT CALLBACK WinSunProc( 5 HWND hwnd, // handle to window 6 UINT uMsg, // message identifier 7 WPARAM wPar...
阅读全文

浙公网安备 33010602011771号