搜索资源列表
PrintDlg
- 直接打印的程序,打印过程可以自己设定-directly print program ,the process can be specified
PrintDlg
- 直接打印的程序,打印过程可以自己设定-directly print program ,the process can be specified
Printdlg
- vc6下实现打印功能。本例中通过调用打印对话框实现打印报表功能。实现打印的编码量小也简单易用。
prntest
- #include <stdio.h> #include <stdlib.h> #include <string.h> #include <windows.h> main () { PRINTDLG pd DOCINFO di char* szMessage memset (&pd, 0, sizeof(PRINTDLG))
getopenfilename-and-printdlg
- 用windows api 函数写出来的打开,保存和打印通用对话框程序-Write out the windows api functions to open, save and print common dialog box procedure