Using a HP 450 printer

  • Thread starter Thread starter Walter
  • Start date Start date
W

Walter

Hy all,

I'm about to develop an application where I should create
reports on a pda. Printing a Word-document works properly,
but how can I print out my data? I'm using c#.

Regards
Walter
 
Hi Walter,

What's the format of your data? I believe the following MSDN documentation
is helpful for printing in Windows Forms application:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/
vbconprintsupport.asp

Please feel free to let me know if you have any problems or concerns.

Have a nice day!

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

Get Secure! ¨C www.microsoft.com/security
This posting is provided ¡°as is¡± with no warranties and confers no rights.
 
Hi Walter,

Unfortunately, print-related controls are removed from .NET Compact
Framework, you may resort to third-party controls. Please refer to the
"Missing Controls" in the following article:

Getting Started with Visual Studio .NET and the Microsoft .NET Compact
Framework
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/h
tml/netcfgetstarted.asp

Have a nice day!

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

Get Secure! ¨C www.microsoft.com/security
This posting is provided ¡°as is¡± with no warranties and confers no rights.
 
Back
Top