Click here to Skip to main content
15,924,828 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi
How can you transparent Background textbox?

Without component alphatextbox



please ...
Posted
Comments
Sergey Alexandrovich Kryukov 19-Aug-13 0:32am    
Which "TextBox"? The solution heavily depends on it. Exact type name, please.
What exactly do you mean by transparent background? This question is not as trivial as it may seem. If something is transparent, it means some other UI elements are visible behind it? What, for example?
—SA
syed shanu 19-Aug-13 1:14am    
Winform or Webform make it clear.
syed shanu 19-Aug-13 1:26am    
If your application is Winform then check this links.
http://www.codeproject.com/Articles/13197/Alpha-Blended-Transparent-Capable-TextBox-and-Rich
http://www.codeproject.com/Articles/4390/AlphaBlendTextBox-A-transparent-translucent-textbo
http://stackoverflow.com/questions/16050249/c-sharp-transparency-on-textbox/16050862#16050862

ASP.NET
<asp:textbox runat="server" id="textTest" style="background-color: transparent;"></asp:textbox>
 
Share this answer
 
v2
No C# ASP

TextBox in WINForm C#
 
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