Hi,
I need to make a printer driver which prints to file in text format.What is a way to make such driver in using classic VB 6.0.
Thanks,
Inayat Azmi.
Printable View
Hi,
I need to make a printer driver which prints to file in text format.What is a way to make such driver in using classic VB 6.0.
Thanks,
Inayat Azmi.
I'm not going to flat out say it can't be done, but it's going to be dang difficult. You need the driver DDK from microsoft, and if that has vb modules you are in luck. All the printer drivers I wrote were done in C/C++ but that was a few years back.
Scott
Try installing the "generic / text only" printer that ships with windows. That may be sufficent for your needs.