Tuesday, July 28, 2009

Visual Studios 2008 C# question?

I need to...


Create a semitransparent form with a picture in its background. (Hint: Change the form's Opaque


property.)


Is there a Opaque property in VS 08 all I can find is the Opacity%

Visual Studios 2008 C# question?
the opacity percent is actually supposed to be a decimal number less than 1. so for 50 percent try





object.opacity=0.5f;





I think that should work.


Regards!


-Mr. Bob
Reply:Opacity = Level of Opaqueness


Is this not working? Have you tried it?


No comments:

Post a Comment