From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

.NET rich textbox background image

Solved!
Go to solution

How to use the set background image for a rich textbox object?

0 Kudos
Message 1 of 2
(5,431 Views)
Solution
Accepted by topic author JoVMo

From the MSDN documentation: This property is not relevant to this class.

 

One possible solution is to use a PictureBox and place it behind the RichTextBox. You'd need to then use a transparent-capable RichTextBox, like this one: http://www.codeproject.com/KB/edit/AlphaBlendedTextControls.aspx

0 Kudos
Message 2 of 2
(5,372 Views)