Transparent Background

  • Thread starter Thread starter Scott
  • Start date Start date
S

Scott

Is there a way to make a control have a transparent background? Like a text
box.

Thanks,
Scott
 
Hi Scott,

Have a look at the SetStyle method of the System.Windows.Forms.Control
class.

regards
Emil Kvarnhammar
 
That is in .NET 2.0 I believe.. can do a transparent background for
Textboxes in 1.1, other than trying to match the BackColor?

VJ
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top