Archive for the ‘Programming Design’ Category

How to print a Rich Text Box to printer in Visual Basic 2008 Express?

Manthan D asked:


I am a basic programmer. All i want is, that I want to print a Rich Text Box to a paper using a printer from my application. I have created Invoice Manager software in which I want to give print utility. Now, To give print utility, I want to print Rich text Boxes or simple text boxes to paper using printer at user-defined position.

NOELLE