Thursday, July 9, 2009

Transparent GUI design in VS2005 using C#?!?

My group is designing a program for a company and we would like to incorporate a transparent GUI. We have tried some examples, but everytime it looks terrible because we have to specify a colour for transparency and then incorporate it into the background for the form.





Does anybody know of a good example of how to design a transparent GUI? Your help is appreciated.

Transparent GUI design in VS2005 using C#?!?
I am not too sure why you guys are not just adjusting the opacity. The opacity property for a form or control can control the transparency of that control. For instance if you set it to 60% only about 60% of the form will show up, giving you ghosting type effects.





Perhaps you are talking about another type of transparency. But that is usually how you do it.


No comments:

Post a Comment