Click here to Skip to main content
16,016,024 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to make Transperant Richtextbox custom control in c# winforms
Posted
Comments
BillWoodruff 13-Jan-14 18:22pm    
Depending on what you mean by transparency this may not be possible: for example, if you have the hacked RichTextBox on top of other Controls, this will not work.

Do you really need the ability to have editable rich text ? Or could your needs be met by other controls (like multiple Labels) ?

1 solution

Making a RichTextBox transparent is very hard.

Have you had a look at this here on CodeProject?
Alpha Blended (Transparent Capable) TextBox and RichTextBox[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900