搜索资源列表
othertv
- 完全自定义的打印预览窗口,可以运用到对话框,单文档,多文档等架框中。 -completely customize the print preview window can be used to box, single-file, multi-box and other documents.
98BOOT
- Delphi的主窗口位于屏幕的上端,包括Menu(菜单)、Speed Bar(加速条)和Component Panel(部件选项板)。Menu是下拉式主菜单。Speed Bar位于主窗口的左下端,由两排共14个加速按钮组成。这些按钮是菜单功能的快捷方式,各种图标直观地表示了它能执行的动作ponent Panel由一行、若干页对象按钮所组成,利用它来选择需要的部件并将它放到窗体中去。 -Delphi main window screen at the top, including the M
WORDprinter
- 用VB打印WORD文档,利用shell 编程技术打印word文档,在窗口中填写内容按打印就可以生成word文档-VB Print Word documents, the use of shell programming technology Print word documents, in the window by completing Print content can be generated word document
PrinterFramework_src
- The source contains pdf and html documentation with UML schema, refactoring & a using section. A small demonstration project is also present in this zip. The code simplifies the print and preview of a window. The main idea is to provide a canva
PrintReportForms
- Vc++ 打印功能示例 可做打印报表,打印窗口等 其中包括打印和打印预览等功能-Vc Print function examples do print statements, such as Print window including Print and Print Preview function
GDITaskB
- 画图程序,实现了划线,圆,椭圆,方形,并且解决了窗口变化后所画图形消失的问题,并有打印功能-drawing procedures, a line, circle, oval, square, and the resolution of the window changes to the painting disappeared graphics, and printing functions
PrintPreviewToolbar.zip修改MFC的打印预览窗口的工具条按钮为图标按钮
- 修改MFC的打印预览窗口的工具条按钮为图标按钮 ,Modifying the button of the toolbar in MFC printing preview window to the button with button
multiprint
- 实现多页打印 分页 多页的打印预览 对理解Window打印过程特别有帮助-Multi-page print page print preview multi-page printing process of understanding is particularly helpful Window
WM
- 查看发送消息的函数,将消息代码打印在显示窗口-View sent message function, message code printed on the display window
123-errortrap
- 本模块可以捕获所有的 PowerBuilder 错误,只要在“应用程序画板”的 “系统错误事件”中写入一行 :F_ERROR_TRAP(数据库事务名称) 或数据窗口的 “数据库错误事件”中加入一行 RETURN F_ERROR_TRAP(数据库事务名称) 。或在 scr ipt 的任何地方加入。当本函数捕获到一个错误后 ,会将所有的错误信息添 加到当前目录下的文本文件“err_info.txt”中,并弹出一个错误信息窗口。 可以打印错误信息或略过错误继续持行或关闭应用程序。
PB
- PB 的查询、打印、数据窗口共享、排序、定制基类-PB query, print, share data window, sort, custom base class
CPP2010-03-20-VCNotebook
- 基于MFC的打印功能实现,主要包括,新建、打开、保存、另存为、打印设置、打印、退出;具有判断退出、新建、打开时对当前文档是否保存等功能 具有撤销、复制、粘贴、剪贴、删除等基础功能,通过派生类绘制了查找、替换对话框,实现了和window记事本同样的功能。另外还包括右键快捷菜单功能,和主菜单一样实时更新菜单可能状态 利用MFC通用对话框,实现了字体设置功能;并且实现了查看工具栏和状态栏的功能,由于时间有限部分功能尚未实现-a vc6.0 mfc -dialog based vc+ program,l
shiyan3
- 在窗口中显示出26个英文字母,从左向右字母依次位置提高10个象素单位,并且颜色变为红色,然后回到正常位置;当到达最右端后改变方向从右向左依次变成红色并位置提高10个象素单位-26 letters, in the window display from left to right letter position in order to improve the 10 pixel units, and the color turns red, then back to the normal posit
Print-windowfrm
- 按比例输出打印窗口,非常实用。资料来源网络-print VB frm window
threadDemo
- 用VC写的自定义控件的程序 该控件是一个MFC常规DLL,它实现了一个简单的功能,类似于Static控件。 它可以显示一段文本 当用户利用鼠标左键单击时,该控件就给父窗口发送一个单击通知消息 可以响应两个用户自定义消息,WM_SETCONTROLTEXT(设置显示的文本),WM_GETCONTROLTEXT(得到显示的文本)--VC write OCX control of the process is a conventional MFC DLL, it achieved a simple f
PB-print-barcode
- 主要针对Powerbuilder程序开发者,当然应用程序也可直接供给最终用户用来打印价签、条码证件之类的东东;本程序无需安装条码字库,无需控件,无需条码打印机,功能已封装为对象,接口简单,提供label风格的数据窗口预览(即可设定每页纵向及横向标签的数量、排版的顺序、纵向及横向间距,标签的宽度及高度等),可用激光打印机或者针式打印机打印,可进行完整的条码打印或仅打印条形码,可设定条码的线宽。-Mainly for Powerbuilder application developers, of c
SPrinter
- 使用window api驱动打印机进行打印的示例-a demo uses window api to drive printes to print
shiyan3
- 设计规则:假设有一个字符串为“ABCDE”, 每按下一次任意键(响应WM_KEYDOWN消息),该字符串就往前移动一格,当字符串的第一个字符碰到窗口的用户区域的边界时,该字符串就反方向移动。字符串每移动一格,颜色将随机地发生变化。 提示:假如初始状态设定字符串在(100,100)位置上,开始时A字符作为首字符向左移动,则新的位置变成(100+Δx,100),设Δx -10,重新显示整个字符串。当首字符的坐标位置小于0时,则Δx +10,字符串向右移动。说明Px和Py为两个静态的全局变量,用
shiyan4
- (滚动条的使用) 在P124程序sysmets2.c基础上,完成如下功能: 1) 仿照垂直滚动条功能的实现,使窗口具有水平滚动条 2) 能够响应滚动条消息: SB_LINEUP、SB_LINELEFT、 SB_LINEDOWN、SB_LINERIGHT、 SB_PAGEUP、SB_PAGELEFT、SB_PAGEDOWN、SB_PAGERIGHT、SB_THUMBTRACK、SB_TOP、 SB_LEFT、SB_BOTTOM、SB_RIGHT; -(Using the s
blockld__protocal
- Transparent window can pull to adjust transparency-Transparent window can pull to adjust the transparency
