I have a requirement to print a bill on a dot matrix printer in basic mode. I know that Dot matrix printer page can be divided into a matrix of characters and i just want some help on how print on X&Y co-ordinates. It is something like this,
Printer.CurrentX = 1584;
Printer.CurrentY = 3168;
Printer.Print "PARTICULARS";
Does anyone have a sample on how to do this or some a little idea would help me. Thanks,..