About the printer ?

BlitzPlus Forums/BlitzPlus Programming/About the printer ?

Walter(Posted 2004) [#1]
My prog generates about 35 thumbnails in a 800x600 window and I would like to have the possibilty to print these graphics on A4 page. How can I do this ? Thanks


Walter(Posted 2004) [#2]
I just see there's a lib for the printer:
www.sportbikemods.com/blitz/blitzprinteruserlib.zip
Is it a free lib ?


Kanati(Posted 2004) [#3]
100% free. Use it however you want.


Walter(Posted 2004) [#4]
That's really cool and rare for a very useful lib :)


Walter(Posted 2004) [#5]
By the way, I have a problem. The .bmp I want to print is in the queue until I close my app! I have to quit to the app to have my picture printed! Strange, is there something special to do??


Walter(Posted 2004) [#6]
I found a workaround for that pb: The main app launch another .exe by ExecFile which print the file.
If someone knows how to solve the pb properly I'm here :)


Walter(Posted 2004) [#7]
All is ok now, I didn't know I must use BP_EndPrinting() to start the printing immediately!
I have to progress in the reading of the English doc :)