G
Guest
Hello,
I'm writing an application in VB .NET to run on a Pocket PC Device (HP iPaq)
and at one point, it's supposed to print a text file. After searching the
Internet, I found that I should use System.Drawing.Printing.PrintDocument for
printing.
Apart from the fact that I'm not quite sure how to use PrintDocument, I
haven't been able to experiment at all, because I can't even find
System.Drawing.Printing . It says that the namespace cannot be found.
Is there something I should import or add to the project properties to make
the Printing object accessible? I don't suppose anybody would have any code
samples on how to use PrintDocument on a Pocket PC application?
Any help will be greatly appreciated! Thanks in advance,
Alex
I'm writing an application in VB .NET to run on a Pocket PC Device (HP iPaq)
and at one point, it's supposed to print a text file. After searching the
Internet, I found that I should use System.Drawing.Printing.PrintDocument for
printing.
Apart from the fact that I'm not quite sure how to use PrintDocument, I
haven't been able to experiment at all, because I can't even find
System.Drawing.Printing . It says that the namespace cannot be found.
Is there something I should import or add to the project properties to make
the Printing object accessible? I don't suppose anybody would have any code
samples on how to use PrintDocument on a Pocket PC application?
Any help will be greatly appreciated! Thanks in advance,
Alex