printer object VB6 -> .NET

  • Thread starter Thread starter Regis
  • Start date Start date
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
 
* "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>
 
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
 
Back
Top