How to realize a transparent control?

  • Thread starter Thread starter °Ë´óɽÈË
  • Start date Start date
°

°Ë´óɽÈË

Hi, everybody

Have you every realize the transparent control by C#? I want to
customer some controls to support transparent, can you tell me how to
realize me? Thank you!

Jerry
 
Check out my Windows Forms Tips and Tricks page.

http://www.bobpowell.net/tipstricks.htm

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

Image transition effects, automatic persistent configuration and
design time mouse operations all in April's issue of Well Formed
http://www.bobpowell.net/wellformed.htm

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

The GDI+ FAQ RSS feed: http://www.bobpowell.net/faqfeed.xml
Windows Forms Tips and Tricks RSS: http://www.bobpowell.net/tipstricks.xml
Bob's Blog: http://royo.is-a-geek.com/siteFeeder/GetFeed.aspx?FeedId=41
 
Thank you. But I have another question. How to let the controls beneath the
Transparent control to receive the MouseMove event and the other events?
 
Back
Top