Question Printing the contents of a Rich Text Box

JamH

New member
Joined
Nov 9, 2024
Messages
1
Programming Experience
5-10
Although I have written a few applications and have gotten paid for a couple of them, programming is for the most part just a hobby. I am trying to make an application
that I wrote for my employer a little more functional. The trouble I am having is printing the text from a Rich Text Box in which the use can change the font. For example,
when making an address label I wanted to make it so the return address can be smaller than the to address. The text box works perfect and does what it is supposed to do
but when you print the label, it prints out all the same size. That is the most important part. As a side note, the user can place the text anywhere they want to using the enter
key and the spacebar, but for some reason using the tab key messes up the printout. Just to clarify, if you do not use the tab key, the label will print exactly as shown.
I hope someone can help with this and thank you in advance. I am using VB in Visual Studio 2022 and I hope this is the correct forum?
 
Back
Top