资源简介
这是Windows2000画图源代码,学习C程序的好参考

代码片段和文件信息
/****************************Module*Header******************************\
* Copyright (c) 1987 - 1991 Microsoft Corporation *
\***********************************************************************/
/********************************************************
* *
* file: AbortDlg.c *
* system: PC Paintbrush for MS-Windows *
* descr: abort print dialog proc *
* date: 03/17/87 @ 10:15 *
* *
********************************************************/
#include “onlypbr.h“
#undef NOWINMESSAGES
#undef NOSYSCOMMANDS
#undef NOMENUS
#include
#include “port1632.h“
#include “pbrush.h“
BOOL FAR PASCAL AbortDlg(HWND hDlg UINT message WPARAM wParam LONG lParam)
{
switch(message) {
case WM_COMMAND:
EnableWindow(pbrushWnd[PARENTid] TRUE);
DestroyWindow(hDlg);
bUserAbort = TRUE;
hDlgPrint = NULL;
break;
case WM_INITDIALOG:
CenterWindow(hDlg);
SetWindowText(hDlg pgmtitle);
EnableMenuItem(GetSystemMenu(hDlg FALSE) SC_CLOSE MF_GRAYED);
break;
default:
return(FALSE);
}
return(TRUE);
wParam;
lParam;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1389 1993-10-25 12:20 paintbrs\abortdlg.c
文件 983 1992-01-22 08:52 paintbrs\abortprt.c
文件 3833 1992-04-26 09:59 paintbrs\airbrudp.c
文件 3715 1994-07-01 17:05 paintbrs\allocimg.c
文件 222 1993-10-25 12:20 paintbrs\arrow.bmp
文件 326 1993-10-25 12:20 paintbrs\box1.cur
文件 326 1993-10-25 12:20 paintbrs\box2.cur
文件 326 1993-10-25 12:20 paintbrs\box3.cur
文件 326 1993-10-25 12:20 paintbrs\box4.cur
文件 326 1993-10-25 12:20 paintbrs\box5.cur
文件 326 1993-10-25 12:20 paintbrs\box7.cur
文件 326 1993-10-25 12:20 paintbrs\boxx1.cur
文件 326 1993-10-25 12:20 paintbrs\boxx2.cur
文件 326 1993-10-25 12:20 paintbrs\boxx3.cur
文件 326 1993-10-25 12:20 paintbrs\boxx4.cur
文件 326 1993-10-25 12:20 paintbrs\boxx5.cur
文件 326 1993-10-25 12:20 paintbrs\boxx7.cur
文件 5066 1992-01-02 12:20 paintbrs\brushdlg.c
文件 14368 1994-05-16 18:12 paintbrs\brushdp.c
文件 2286 1993-10-25 12:20 paintbrs\bwtools.bmp
文件 1684 1992-04-26 09:59 paintbrs\calcview.c
文件 6529 1993-10-25 12:20 paintbrs\calcwnds.c
文件 10526 1993-10-25 12:20 paintbrs\cleardlg.c
文件 6536 1994-05-16 18:12 paintbrs\coleradp.c
文件 13730 1991-10-25 18:23 paintbrs\colordlg.c
文件 10550 1991-10-25 18:23 paintbrs\colorwp.c
文件 127 1993-10-25 12:20 paintbrs\colr.h
文件 326 1993-10-25 12:20 paintbrs\crossh.cur
文件 9046 1993-10-25 12:20 paintbrs\ctools.bmp
文件 5797 1993-10-25 12:20 paintbrs\curvedp.c
............此处省略153个文件信息
- 上一篇:Windows记事本源代码
- 下一篇:教室管理信息系统数据库的设计
相关资源
- bp神经网络源代码,可直接运行
- AE开发Windows最短路径分析
- 仿知乎界面小程序源代码
- 贪吃蛇源代码.fla
-
Windows em
bedded Compact 2013 应用开发调 - 黑苹果硬件兼容检测和查询软件
- Uninstall_Cortana_WINCLIENT.CN.rar
- dotnet 写字板 实验 源代码 不好请要不
- 图像二维小波变换的实现源代码
- 八三编码器设计 VHDL代码 简单,包附
- linux应用层的华容道游戏源代码
- VMware65_SLP_DeLLSLIC2.1
- Windows异步套接字网络编程
- WINDOWS98启动盘镜像Win98.IMA
- 网上拍卖系统完整源代码
- CSMA/CD等动画演示加源代码
- 仿windows记事本
- silicon lab公司的收音IC SI47XX全套开发工
- 合同管理系统的源代码(附数据库)
- 用VC 编写的仿QQ聊天室程序源代码
- STM32F103 串口程序(完整版)
- VPC3_DPV1源代码,Profibus
- PB做的托盘程序(最小化后在左下角显
- 透明加密源码及说明
- windows7用的,非常漂亮的透明计时器
- 排队机叫号 源代码
- 五子棋C 源代码
- CAD LISP24个源代码
- 二叉树基本操作源代码
- 推箱子及人工智能寻路C 源代码
评论
共有 条评论