Hi,
I am using vb6. I developed code which used RTB control.
RTF format file is loaded into control, and printed using:
Dim oPrinter As Printer
oPrinter = {my printer}
RTBControl.SelPrint oPrinter.hDC
This works ok on NT4/W98, but in Win2000 Pro the .SelPrint never completes, and spools infinite pages to the printer!
Anyone seen this or something like it?
I am using vb6. I developed code which used RTB control.
RTF format file is loaded into control, and printed using:
Dim oPrinter As Printer
oPrinter = {my printer}
RTBControl.SelPrint oPrinter.hDC
This works ok on NT4/W98, but in Win2000 Pro the .SelPrint never completes, and spools infinite pages to the printer!
Anyone seen this or something like it?