opos vb net code examples

S

steve

Hi All

I need see some examples in VB Net of using opos to send data to receipt
printers

Any help appreciated

Regards
Steve
 
P

Peter Huang [MSFT]

Hi

From the link below, we know that we can use the class below to send row
data into the pos printer.
How to send raw data to a printer by using Visual Basic .NET
http://support.microsoft.com/?id=322090
http://www.experts-exchange.com/Programming/Programming_Languages/Dot_Net/VB
_DOT_NET/Q_21138620.html

For detailed information about the control command, I think you may contact
the Pos driver development or the pos printer vendor.

This sample demonstrates OPOS usage in a Visual Basic sample.
http://www.starmicronics.com/printers/printers_pages/support/programming.htm
l#opos
BTW: the sample is not fully tested.


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.
 
S

steve

Hi Peter

I am sorry about the multiple posts on this subject

I am new to POS programming and have since found that there is a Pos.net
class available which I would prefer to use

The microsoft sdk only includes c sharp examples

Where can I find VB Net examples using POS.Net


Regards
Steve
 
H

Herfried K. Wagner [MVP]

"Peter Huang" said:
Here is website will help you translate the C# to VB.NET
C# to VB.NET Translator
http://authors.aspalliance.com/aldotnet/examples/translate.aspx

In addition to your reply:

This article contains a list of available C# to VB.NET translators:

Converting code between .NET programming languages
<URL:http://dotnet.mvps.org/dotnet/faqs/?id=languageconverters&lang=en>

The converter of Tangible Software Solutions Inc. produces very accurate
results. You may want to order a demo version:

<URL:http://www.tangiblesoftwaresolutions.com/Demo_Download/Instant_VB/Request_Demo_Instant_VB.htm>
 

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

Top