Visual Basic

Ted1

Senior member
Aug 22, 2000
202
0
0
How can I print with a same format show in my text file.

I know I can open the text file in the rich text box and then print it out but I got alignment problem if I open in the rich text box.
 

bahree

Member
Sep 28, 2000
52
0
0
You will need to use a 3rd party tool which can print for you in WYSIWIG.

Another option is to instantiate Word from your app and print your rtf text using that.

Make sure you kill the object once you are done as Word IS a BIG resource hog!!!

Amit.