VBPowerPack3

  • Thread starter Thread starter BigZero
  • Start date Start date
B

BigZero

Hello,
i wanted use the "print" method/function in VS2008 the same as in
VB6.0 so i am using the powerpack 3 , but some method/function
unsupported.
I found that there is property Printer."TrackDefault" in VB6.0 but
the same thing not supported in VBPowerPack3.

Can any one help on the same ?

Thanks
VM
 
VM,

The Printer object from the Powerpack is a bad joke. It is useless as a
replacement for the VB6 Printer object.

In my experience, to do anything other than printing "Hello World" you will
need to use .Net's printing tools.

Kerry Moorman
 
Back
Top