Printing a windows form, PInvoke Example

  • Thread starter Thread starter Chris S.
  • Start date Start date
C

Chris S.

Hello,

I have an application that is written but must now be able
to print a windows form. I tried the Fieldsoft
PrinterCENet, but my device memory structure will not
accomodate it. Does anyone have a VB PInvoke example. I'm
afraid I've never used the PInvoke before and am having
little success.

Thanks,
Chris
 
What do you want to P/Invoke? If you're not using the FieldSoft stuff,
you'll have to use probably a serial library (I assume you're using a serial
printer), in which case I'd use one of the already-available serial
libraries rather than tring to roll your own.

www.opennetcf.org/serial.asp

-Chris
 
-----Original Message-----
What do you want to P/Invoke? If you're not using the FieldSoft stuff,
you'll have to use probably a serial library (I assume you're using a serial
printer), in which case I'd use one of the already-available serial
libraries rather than tring to roll your own.

www.opennetcf.org/serial.asp

-Chris




.
Hi Chris,
I want to invoke one of the Canon BJ-85 DLL's that will
accept the screen output. According to some of the
documentation on the MSDN site, using the PInvoke command,
this is possible.

Thanks,
Chris
 
Back
Top