S Scott Mar 25, 2006 #1 Is there a way to make a control have a transparent background? Like a text box. Thanks, Scott
E Emil Kvarnhammar Mar 25, 2006 #3 Hi Scott, Have a look at the SetStyle method of the System.Windows.Forms.Control class. regards Emil Kvarnhammar
Hi Scott, Have a look at the SetStyle method of the System.Windows.Forms.Control class. regards Emil Kvarnhammar
V vj Mar 25, 2006 #4 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
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