printer object VB6 -> .NET

R

Regis

Hie,

I'm converting a VB6 Application to VB.NET (architect 2003).

In my VB6 Software, I'm using printer object to print directly to the
printer port without having Windows font.

What should I do in .NET ? The printer Object doesn't exist anymore, and I
don't want to use the printerform because of the windows Font.

Is anybody have a solution ?

Thanks

Gis
 
H

Herfried K. Wagner [MVP]

* "Regis said:
I'm converting a VB6 Application to VB.NET (architect 2003).

In my VB6 Software, I'm using printer object to print directly to the
printer port without having Windows font.

What should I do in .NET ? The printer Object doesn't exist anymore, and I
don't want to use the printerform because of the windows Font.

HOW TO: Send Raw Data to a Printer by Using Visual Basic .NET
<URL:http://support.microsoft.com/?scid=kb;EN-US;322090>
 
T

Tom

Herfried: Using the example that you listed here to print raw data - do you
know if you can use a printer name like "LPT1:"? Or do you -HAVE- to use a
specific Windows driver/printer name?

Tom
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top