showing back of the components

  • Thread starter Thread starter Maheshkumar.R
  • Start date Start date
For components that support it you can set the background colour to
Transparent.

--
Bob Powell [MVP]
Visual C#, System.Drawing

Ramuseco Limited .NET consulting
http://www.ramuseco.com

Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm

Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm

All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.
 
Also set your system clock correctly. It's considered rude to try and jump
to the top of the list in that manner.

--
Bob Powell [MVP]
Visual C#, System.Drawing

Ramuseco Limited .NET consulting
http://www.ramuseco.com

Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm

Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm

All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.
 
Hello

I'm designing a windows form and form's background image is exist and I
added a label and groupbox. There is a spesific image on the form and I want
to show this image as label and groupbox's background image.

namely, label,groupbox and form will use same image. I want to add image
only once,
for example, I will add image on the form's background after that label and
groupbox's background image will be same image.Shortly I want to realize
showing back of the components(groupbox,label,panel,button etc.)

How can I do?

Thanks for your help
 
Back
Top