Windows程序设计(第五版)源代码A(chap11).pdf
文本预览下载声明
chap11-About1
/*
ABOUT1.C -- About Box Demo Program No. 1
(c) Charles Petzold, 1998
*/
#include windows.h
#include resource.h
LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM) ;
BOOL CALLBACK AboutDlgProc (HWND, UINT, WPARAM, LPARAM) ;
int WINAPI WinMa
显示全部