Visual Basic Code printing bold text direct on the printer.

Hi All,
Visual Basic Code printing bold text direct on the printer.
I am using the Open file command in visual basic to print text direct on the printer.
Here’s the sample code
Open “LPT1” for output as #1
Print #1, “This was sent to printer”
Close #1
The program works but I want it in bold. I am using EPSON LX-300 dot matrix printer.
Please help! I need this to print a receipt.
I don’t want to use the printer control.
