Printing positioned text (Invoice printing)

  • Thread starter Thread starter Sergio Montero
  • Start date Start date
S

Sergio Montero

I have a VB6 app that allow users to set up invoice formats indicating X and
Y position for each field (customer,total,etc). So when the format changes,
the user only needed to change the X,Y settings. When the invoice is printed
the app reads that settings and using the printer object send each field to
the position that was previously configured.

I'm working on the VB .NET version of that app, I already migrate the other
process and now I'll start working on the invoice set up.

Is there any way in VB.NET to add that functionality to my app so the users
have flexibility?

TIA
Sergio Montero
 
Back
Top