Upgrade from 6.0 (Printer)

  • Thread starter Thread starter Ike
  • Start date Start date
I

Ike

Trying to ugrade a VB 6.0 application to .NET, but upon compilation, I keep
getting:

Printer.ScaleMode = vbInches

I am getting "Printer is not declared", "vbInches" is not declared.

Can someone please explain how to work around this? Thank you, Ike
 
Ike said:
Trying to ugrade a VB 6.0 application to .NET, but upon compilation, I
keep
getting:

Printer.ScaleMode = vbInches

I am getting "Printer is not declared", "vbInches" is not declared.

Can someone please explain how to work around this? Thank you, Ike

Printer object is not supported in .Net.

If you need to build some prints at runtime in a similar way you can try my
report engine :)

see the link in signature
 

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

Back
Top