please help, i am doing a college project and i need to know code so i can print a rtf text box or an ole form, please help soon
thanks
Printable View
please help, i am doing a college project and i need to know code so i can print a rtf text box or an ole form, please help soon
thanks
for a rich text box you can parse the textbox to the printer
or you could use
Printer.Paintpicture
or the printform method
please could you post a code as i cant get it to work
For a richtext boxwill do the trick nicely.VB Code:
Call RichTextBox1.SelPrint(Printer.hdc)
thanks very much