Click to See Complete Forum and Search --> : data to generic printer driver


hansipet
January 26th, 2006, 11:00 AM
what is the easiest solution to send data to the generic printer driver?
Regards
Hansjörg

mistersulu
January 27th, 2006, 09:45 AM
You should be able to use the Device Context, CreateDC, ... or CreateFile ... functions for almost any device. Those are about as generic as you can get.

Does that answer your question?

sulu

sreehari
January 28th, 2006, 02:10 AM
check this link in codeguru....

generic printer driver (http://www.codeguru.com/cpp/w-p/printing/)