I'm using the SetBkMode APi to turn transparent the printer font. It functions very well in almost all printers when the application is working on Win9x. But when the same app is working on WinNT this API doesn't work.
This is the code I use:
iBKMode = SetBkMode(Printer.hdc, TRANSPARENT)
Where TRANSPARENT constant is equal to 1.
The Printer.FontTransparent that comes in VB doesn't function.
Any idea about this?




Reply With Quote