Click here to Skip to main content
15,889,335 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to get the status of printer and the job sent to a printer using wxWidgets. Find the printer.

Things I have to do is: 1. Find a printer. 2. Check the status of the printer. 3. Send the job to print. 4.Printer should Return an ack after the job fails/Completes.

Thanks in advance.
Posted

1 solution

Take a look at PrintDlgEx[^] and the GDI Print API[^] on MSDN for some basic information.
 
Share this answer
 
Comments
soori080 14-Oct-11 3:09am    
Thanks but as I have mentioned in the question, I am using wxwidgets, not win32 Api,
win32 is not cross platform dependent and wxwidgets is....
Richard MacCutchan 14-Oct-11 4:52am    
My apologies but I don't know anything about wxWidgets, but you may get some help here.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900