k3nnan
July 16th, 2001, 04:33 PM
Is it posible to Open a Picture inside a TextBox, I want to put a big text in TextBox buth this text have some pictures.
How can I have two difrent font-size in the same TextBox.
John G Duffy
July 16th, 2001, 06:34 PM
The TextBox control was never intended to be used with Pictures and multiple font sizes.
You need to use the control called "RichTextBox".
You add this control to your project by going to Project/Components and selecting "Microsoft RichTextBox control". It reacts much like a regular textbox but has many more capabilities including being able to handle pictures and multiple font sizes and colors.
John G