|
Browse by Tags
All Tags » POS ( RSS)
-
|
Localize a VB6 application can be cumbersome, specially if it was not even originally planned to be localized. Nowadays is common that you're clients might demand support for different languages. While a localization task is still difficult, we have found...
|
-
|
This is small Example. I had a POS Application in VB6 with this code. Me.EpsonFPHostControl1.SendCommand While EpsonFPHostControl1.State = EFP_S_Busy DoEvents Wend This code is almost the same in VB.NET Me.AxEpsonFPHostControl1.SendCommand() While AxEpsonFPHostControl1...
|
-
|
POS (Point of Sale) software is everywhere. Whether you're at a Bar, at Denny's, Pizza Hut, BK or at the Duty Free. It is maybe one of the software's more commonly used. A POS system is generally simple. It manages a basic inventory, registers sales,...
|
|
|
|