CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - windows printer source
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - windows printer source - List
[
Internet-Network
]
局域网聊天工具(api)
DL : 0
PrintNow is a 32-bit application that runs only under Windows 95 or Windows NT 4.0. It allows your PrtScr and Alt+PrtScr keys to print a screen capture directly to your printer instead of just copying the image to the Windows clipboard. PrintNow can also print any DIB image in the clipboard, regardless of its original source. PrintNow supports multiple instances, it can print multiple copies of a screen capture to the same printer with different print settings, to several different printers, or any combination thereof, with a single keystroke.-PrintNow is a 32-bit application that runs only under Windows 95 or Windows NT 4.0. It allows your PrtScr and Alt+PrtScr keys to print a screen capture directly to your printer instead of just copying the image to the Windows clipboard. PrintNow can also print any DIB image in the clipboard, regardless of its original source. PrintNow supports multiple instances, it can print multiple copies of a screen capture to the same printer with different print settings, to several different printers, or any combination thereof, with a single keystroke.
Update
: 2008-10-13
Size
: 1.55mb
Publisher
:
郝伟
[
Driver Develop
]
打印机驱动源码
DL : 1
打印机驱动源码for WIN98,难得的打印机驱动源码。-source printer driver for Windows 98, a rare source of the printer driver.
Update
: 2008-10-13
Size
: 86.89kb
Publisher
:
曾卫华
[
Other
]
NEDIPXPDEM
DL : 0
这是在Windows 2000/XP中使用的图形打印机的驱动程序源代码-This is the Windows 2000/XP use graphical printer driver source code
Update
: 2008-10-13
Size
: 335.86kb
Publisher
:
阿卫
[
Other resource
]
print-src
DL : 0
发票打印系统的软件,其采用windows api进行打印机的操作和用户密码的MD5算法加密.其中MD5加密算法文件直接用了FileZilla的源代码.-invoice printing system software, its windows api used for the operation of the printer and user password encryption algorithm MD5. which MD5 Encryption Algorithm documents directly with the source code of FileZilla.
Update
: 2008-10-13
Size
: 906.54kb
Publisher
:
王袍
[
JSP/Java
]
ADAprint
DL : 0
windows下测试打印机源码,可以测试HP2420的打印机速度-windows printer source under test, test HP2420 printer speed
Update
: 2008-10-13
Size
: 54.15kb
Publisher
:
jackzhou
[
Other
]
sle4442
DL : 0
西门子公司的sle4442加密ic卡的读、写、密码校验源程序。-Siemens company sle4442 encryption id cards reading, writing and checking the source code.
Update
: 2025-02-17
Size
: 64kb
Publisher
:
金开
[
Internet-Network
]
局域网聊天工具(api)
DL : 0
PrintNow is a 32-bit application that runs only under Windows 95 or Windows NT 4.0. It allows your PrtScr and Alt+PrtScr keys to print a screen capture directly to your printer instead of just copying the image to the Windows clipboard. PrintNow can also print any DIB image in the clipboard, regardless of its original source. PrintNow supports multiple instances, it can print multiple copies of a screen capture to the same printer with different print settings, to several different printers, or any combination thereof, with a single keystroke.-PrintNow is a 32-bit application that runs only under Windows 95 or Windows NT 4.0. It allows your PrtScr and Alt+PrtScr keys to print a screen capture directly to your printer instead of just copying the image to the Windows clipboard. PrintNow can also print any DIB image in the clipboard, regardless of its original source. PrintNow supports multiple instances, it can print multiple copies of a screen capture to the same printer with different print settings, to several different printers, or any combination thereof, with a single keystroke.
Update
: 2025-02-17
Size
: 3.21mb
Publisher
:
郝伟
[
Driver Develop
]
打印机驱动源码
DL : 0
打印机驱动源码for WIN98,难得的打印机驱动源码。-source printer driver for Windows 98, a rare source of the printer driver.
Update
: 2025-02-17
Size
: 87kb
Publisher
:
曾卫华
[
Other
]
NEDIPXPDEM
DL : 0
这是在Windows 2000/XP中使用的图形打印机的驱动程序源代码-This is the Windows 2000/XP use graphical printer driver source code
Update
: 2025-02-17
Size
: 336kb
Publisher
:
阿卫
[
JSP/Java
]
ADAprint
DL : 0
windows下测试打印机源码,可以测试HP2420的打印机速度-windows printer source under test, test HP2420 printer speed
Update
: 2025-02-17
Size
: 54kb
Publisher
:
jackzhou
[
Windows CE
]
PRINTER
DL : 0
这是一个ce5.0下usbprint的驱动开发的源代码,对于开发wince下使用usb打印机的程序员来说是一个很好的范例-This is a ce5.0 under usbprint drive the development of source code, for developers to use usb printer wince programmers is a good example of
Update
: 2025-02-17
Size
: 37kb
Publisher
:
傅小春
[
OS program
]
Windows
DL : 0
利用打印驱动程序生成SVG文件,很好的源代码下载把-Use printer driver to generate SVG documents, a very good source code to download the
Update
: 2025-02-17
Size
: 28.06mb
Publisher
:
ellison
[
Windows CE
]
PrinterDriverOfWinCE5.0
DL : 0
source code of printer under WinCE5.0!-The driver of printer under WinCE5.0!
Update
: 2025-02-17
Size
: 300kb
Publisher
:
Lance.King
[
Windows Develop
]
Soft20060210164149878
DL : 0
虚拟图像打印机驱动 NED Image Driver is a printer driver for Microsoft Windows 2000. It is installed and it operates like any other printer driver. However, instead of sending documents to a real printer, it creates a multi-page TIFF file that you can view with any image viewing application that supports multi-page TIFF files. This is very useful for developing the print logic in your own applications. You can debug your print logic without using a real printer - thus saving lots of paper, time and equipment. The driver calls a DLL, EXIT32.DLL, that creates the TIFF file. This 32-bit DLL receives a monochrome or 24BPP color bitmap from the driver. Functions in the DLL are called at the beginning of a print job, at the beginning of each page, at the end of each page, and at the end of the print job. The source code for the EXIT23.DLL, which is written in Miscrosoft Visual C++, is available from Northeast Data Corp. as an option. By customizing the DLL, you can redirect print -虚拟图像打印机驱动 NED Image Driver is a printer driver for Microsoft Windows 2000. It is installed and it operates like any other printer driver. However, instead of sending documents to a real printer, it creates a multi-page TIFF file that you can view with any image viewing application that supports multi-page TIFF files. This is very useful for developing the print logic in your own applications. You can debug your print logic without using a real printer- thus saving lots of paper, time and equipment. The driver calls a DLL, EXIT32.DLL, that creates the TIFF file. This 32-bit DLL receives a monochrome or 24BPP color bitmap from the driver. Functions in the DLL are called at the beginning of a print job, at the beginning of each page, at the end of each page, and at the end of the print job. The source code for the EXIT23.DLL, which is written in Miscrosoft Visual C++, is available from Northeast Data Corp. as an option. By customizing the DLL, you can redirect print
Update
: 2025-02-17
Size
: 265kb
Publisher
:
guoyang
[
Driver Develop
]
PRINTER
DL : 0
windows下打印驱动程序源码,难得的源码程序-Under the windows print driver source code, a rare source program
Update
: 2025-02-17
Size
: 36kb
Publisher
:
boychenhui
[
Driver Develop
]
drivers_sample
DL : 0
Windows Printer Driver Development source sample
Update
: 2025-02-17
Size
: 8kb
Publisher
:
timothy lee
[
SCM
]
Thermal-Printer-Sources--Docs-and-PCB
DL : 0
Controller for thermal printer using PIC16F876 - build in bar codes, high resolution fonts with cyrillic and different sizes, negative printing, supports graphical printing from Windows. Full source code + HEX, PCB design and schematic and command data sheet. The controller was build in more than 100 pcs and worked smooth. Uses RTOS-Controller for thermal printer using PIC16F876 - build in bar codes, high resolution fonts with cyrillic and different sizes, negative printing, supports graphical printing from Windows. Full source code + HEX, PCB design and schematic and command data sheet. The controller was build in more than 100 pcs and worked smooth. Uses RTOS
Update
: 2025-02-17
Size
: 1.34mb
Publisher
:
LC
[
Windows Develop
]
PDFCreator-1_2_3-source
DL : 0
PDFCreator easily creates PDFs from any Windows program. Use it like a printer in Word, StarCalc or any other Windows application. It can be described as a miracle procedure and is surely handed down by the generation.
Update
: 2025-02-17
Size
: 5.66mb
Publisher
:
donkelheim
[
Driver Develop
]
PowerPrinter-source
DL : 0
PowerPrinter is a 32bit DLL that gives you access to all printer settings by means of simple APIs. Developers are shielded from the differences between Windows 9.x/ME and Windows NT/2000 because PowerPrinter takes care of the Operating Systems differences
Update
: 2025-02-17
Size
: 100kb
Publisher
:
liulian
[
Windows Develop
]
44229559
DL : 0
virtual printer 在vc环境下,基于socket的,http协议的,下载文件源码(Virtual printer under the vc environment, based on the socket, the HTTP protocol, download the source code)
Update
: 2025-02-17
Size
: 2kb
Publisher
:
vlirtfh
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.