POS Printers

S

steve

Hi All

I need some code examples of how to talk to a Receipt printer (Posiflex)
from Vb Net 2005

I am new to this area but am not finding much info on the web

Regards
Steve
 
P

Peter Huang [MSFT]

Hi

Based on my understanding, you wants to print something to a Receipt
printer.
The PrintDocuemnt class in 2003 and 2005 is almost similar.
Commonly, it is the printer driver that is actually working with the
printer.
In programming language, e.g. VB.NET we have high level class to do the
print job.
You may take a look at the PrintDocument class.
NET Samples - Windows Forms: Printing
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpqstart/ht
ml/cpsmpnetsamples-windowsformsprinting.asp

Preview and Print from Your Windows Forms App with the .NET Printing
Namespace
http://msdn.microsoft.com/msdnmag/issues/03/02/PrintinginNET/

Best regards,

Peter Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
 

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

Similar Threads


Top