hello all,
Anyone will be so kind to write a tutorial on how to print a pic or a document?
I have search all the WinASM Community Messageboard and find that all the topic about printing are hard for me.
Thank you.
best regards
Anyone will be so kind to write a tutorial on how to print a pic or a document?
I have search all the WinASM Community Messageboard and find that all the topic about printing are hard for me.
Thank you.
best regards
Use GDI : those BitBlt, TextOut and such. StartPage,EndPage... It is described perfectly in MSDN/Platform SDK:
Platform SDK\Graphics and Multimedia Services\GDI\Printing and Print Spooler Reference
Platform SDK\Graphics and Multimedia Services\GDI\Printing and Print Spooler Reference
Use GDI : those BitBlt, TextOut and such. StartPage,EndPage... It is described perfectly in MSDN/Platform SDK:
Platform SDK\Graphics and Multimedia Services\GDI\Printing and Print Spooler Reference
OK Ultrano, I will check it. Thank you anyway
Hi:
http://ourworld.compuserve.com/homepages/ernies_world/picobj.htm
This is some Assembler code by Ernest Murphy.
It opens a window that displays JPG Files.
http://ourworld.compuserve.com/homepages/ernies_world/picobj.htm
This is some Assembler code by Ernest Murphy.
It opens a window that displays JPG Files.