BeatificDevin

。。

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

随笔分类 -  windows编程

摘要:#include LRESULT CALLBACK WndProc(HWND,UINT,WPARAM,LPARAM);int WINAPI WinMain(HINSTANCE hInstance,HINSTANCE hPreInstance,LPSTR lpCmdLine,int nShowCmd)... 阅读全文
posted @ 2015-01-19 20:23 BeatificDevin 阅读(144) 评论(0) 推荐(0)

摘要:#include#define TextHeight 20#define TextWdith 80LRESULT CALLBACK WndProc(HWND,UINT,WPARAM,LPARAM);int WINAPI WinMain(HINSTANCE hInstance,HINSTANCE hP... 阅读全文
posted @ 2015-01-18 16:50 BeatificDevin 阅读(286) 评论(0) 推荐(0)

摘要:#includeLRESULT CALLBACK WndProc(HWND,UINT,WPARAM,LPARAM);int WINAPI WinMain(HINSTANCE hInstance,HINSTANCE hPreInstance,LPSTR lpCmdLine,int nShowCmd){... 阅读全文
posted @ 2015-01-16 16:33 BeatificDevin 阅读(315) 评论(0) 推荐(0)

摘要:函数功能:MessageBox 函数用于显示一个模态对话框,其中包含一个系统图标、 一组按钮和一个简短的特定于应用程序消息,如状态或错误的信息。消息框中返回一个整数值,该值指示用户单击了哪个按钮。API 函数原型:注释:_In_ 说明该参数是输入的,_opt_ 说明该参数是可选参数。1 int WI... 阅读全文
posted @ 2014-12-25 00:34 BeatificDevin 阅读(1172) 评论(1) 推荐(0)