使用C+API进行Windows应用程序开发的模板程序及消息响应和处理机制
借助Visual C++6.0用C来学习Windows API,模板程序;理解Windows应用程序的消息响应和处理机制1. 使用该方法写Windows应用程序的模板代码:
<div style="padding-right: 5.4pt; padding-left: 5.4pt; background: #e6e6e6; padding-bottom: 4px; width: 95%; padding-top: 4px;">http://images.csdn.net/syntaxhighlighting/OutliningIndicators/ExpandedBlockStart.gifhttp://images.csdn.net/syntaxhighlighting/OutliningIndicators/ContractedBlock.gif/**//*------------------------------------------------------------
http://images.csdn.net/syntaxhighlighting/OutliningIndicators/InBlock.gifHELLOWIN.C--Displays"Hello,Windows98!"inclientarea
http://images.csdn.net/syntaxhighlighting/OutliningIndicators/InBlock.gif(c)CharlesPetzold,1998
http://images.csdn.net/syntaxhighlighting/OutliningIndicators/ExpandedBlockEnd.gif------------------------------------------------------------*/
http://images.csdn.net/syntaxhighlighting/OutliningIndicators/None.gif
http://images.csdn.net/syntaxhighlighting/OutliningIndicators/None.gif#include<windows.h>
http://images.csdn.net/syntaxhighlighting/OutliningIndicators/None.gif
http://images.csdn.net/syntaxhighlighting/OutliningIndicators/None.gifLRESULTCALLBACKWndProc(HWND,UINT,WPARAM,LPARAM);
页:
[1]