• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Visual Basic

Ted1

Senior member
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.
 
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.
 
Back
Top