I want to print (to a printer) the contents of a RichTextBox.
The follwing code recievs the command and prints, but only when I shut the program down ???
Private Sub Command5_click()
Printer.Print RichTextBox1(38).text
End Sub
How can I get it to print immediately ?
The follwing code recievs the command and prints, but only when I shut the program down ???
Private Sub Command5_click()
Printer.Print RichTextBox1(38).text
End Sub
How can I get it to print immediately ?