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

VB Code:
  1. me.Opacity = 0.50


opacity is a double and works from a range 0.0 to 1.0 thus 0.50 is 50%