Click here to Skip to main content
15,899,935 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
how to give command to printer using a c/c++program code
Posted
Comments
Kenneth Haugland 19-Oct-13 10:05am    
You dont give the printer the commands, you normally let .NET handle the printing for you.
ridoy 19-Oct-13 14:40pm    
You can see it: http://www.codeproject.com/Questions/228310/code-to-give-print-command-to-bluetooth-printer
Captain Price 19-Oct-13 22:30pm    
This is a platform specific question. Which OS and API are you using ?
Mohibur Rashid 20-Oct-13 6:28am    
If you are using Windows platform then it would be very easy. Just use win32 API

1 solution

Probably GDI Print API is what you need. http://msdn.microsoft.com/en-us/library/windows/desktop/ff686799(v=vs.85).aspx
 
Share this answer
 

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