I have TextBox
with TextBox.BackColor = Transparent;
I need to do for example but in WinForms how to add dropshadoweffect to just the text of a textbox (programmatically)
I have TextBox
with TextBox.BackColor = Transparent;
I need to do for example but in WinForms how to add dropshadoweffect to just the text of a textbox (programmatically)
You can't set the background color 'Transparent' in textbox directly. Please refer the enclosed the URL to accomplish your task : Transparency for windows forms textbox