|
-
Nov 5th, 2003, 04:32 AM
#4
Frenzied Member
In the Form's property window. Set property Opacity < 100%.
Or at runtime:
visual basic code:--------------------------------------------------------------------------------
me.Opacity = 50
sorry to correct you but its
opacity is a double and works from a range 0.0 to 1.0 thus 0.50 is 50%
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|