dear all programmer,
i'm doing a POS system for my client,
i had facing a very complicated problem is my client request me to make the cash drawer automatic open while the receipt print.
i had refer to the cash drawer vendor, they just provide me code as below in QBasic:
Use Command Line: PRINT receive#1,CHR$(&H1B);"p";CHR$(0);CHR$(100);CHR$(25 0);
can i know how to call QBasic command in
VB.Net.
what i have to do to solve this problem.
please advice...
Thank you very much!!!
Best Regards,
bey