搜索资源列表
OpenGL 场景绘制到打印机.zip
- 用MFC 封装OpenGL 可以用两种API:快速绘制和优秀的界面。然而,由于许多打印机驱动器不支持SetPixelFormat() API 函数,这样就不能直接将OpenGL 场景绘制到打印机上。一种广泛使用的技术是先将一个OpenGL 场景绘制到DIB 区,再将它复制到DC以供打印或预览。这个项目演示了这一方法。
QRmaker
- 二维码打印控件QRmaker的使用方法,包含属性说明和解释-Two-dimensional code printing control QRmaker of use, including property descr iptions and explanations
VS2005
- 水晶报表是一个功能强大的报表工具,现在已经被Microsoft Visual Studio 2005(下文以VS2005简称)集成在一起。喜欢水晶报表的朋友可以方便使用了。我把水晶报表在vs2005的使用方法总结一下,供大家参考。-..
WebPrintPreviewTest
- 本控件可以在Visual Studio系列的开发环境下使用,支持C/S结构的应用程序,也支持B/S结构的应用程序。实现Web环境下的打印预览。本控件提供大量的属性与方法,可以处理文本信息,图形信息、表格信息的打印预览功能,在应用程序的开发过程中可以对Visual Studio环境下的各种表格控件进行直接的打印预览,方便数据信息的预览与打印。-webprintpreview
VisualBasic-Excel
- 关于使用Visual Basic制作Excel报表的方法可自动汇总-On the use of Visual Basic statements for ways to make Excel auto-summary
MathPrint
- 小学数学加减法的练习册打印输出程序 使用方法:点击红色按钮,即生成10页左右的打印练习。 可以设置最大数字最小数字。-Primary Mathematics practice addition and subtraction procedure volume print output to use: Click the red button, which generates about 10 pages to print practice. Can set the maximum num
print
- C#打印设置 C#打印设置之清理所有正在使用的资源 C#打印设置之设计器支持所需的方法-C# C# print settings for all print settings of the clean-up resources being used set of C# Print the required method for Designer support
vfpprint
- 详细讲述了VFP报表打印打印report命令的使用方法,及报表打印加参数详解。-Details about the VFP Report Print Print report command to use, and report printing additional arguments detailed.
fprintfxiangjie
- fprintf()函数的详细介绍,函数原型,使用方法-Details of the fprintf () function, the function prototype to use
Print-preview-control-V2.4
- 打印预览控件 包括此控件的使用源码和使用方法详解-Print preview control Including the use of this control the source code
cmd打印Hello World程序
- 用VS2019写的代码,初学者的第一个程序,可以供初学者学习代码。 使用方法:在windows环境下双击运行即可 另外,还包含vs源代码