AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile
how do i can print Formatted text i.e. Bold, underline, centre align text from RichTextBox. i am using this statement which is not working Printer.print (textbox.SelRTFText)
'Name of Rich Text Box Control = rtf 'Write this code under Print Button rtf.SelPrint Printer.hDC rtf.SelStart = lastposition rtf.SelLength = lastSelection ____________________________ @#@#@