cpopham Posted June 20, 2004 Posted June 20, 2004 I was wondering if there is anyway to make a control such as a the back color of a group box or a button transparent so that the color of the form ill match the control color? Chester Quote ____________________________________________ http://www.pophamcafe.com I am starting a developers section, more tutorials than anything.
Leaders Iceplug Posted June 22, 2004 Leaders Posted June 22, 2004 Can't you get the Parent and convert it into a Control, then get the Control's BackColor and set it to your control's backcolor? :) Quote Iceplug, USN One of my coworkers thinks that I believe that drawing bullets is the most efficient way of drawing bullets. Whatever!!! :-(
ToniMontana Posted June 23, 2004 Posted June 23, 2004 I think you only have to set the backcolor of the control to Color.Transparent. Quote Greetings, Toni.
cpopham Posted June 23, 2004 Author Posted June 23, 2004 That works on a web app, but I do not think that it will work on a Windows app... Quote ____________________________________________ http://www.pophamcafe.com I am starting a developers section, more tutorials than anything.
ToniMontana Posted June 23, 2004 Posted June 23, 2004 I use it in a WinForms-App and it works. Quote Greetings, Toni.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.