It should be simple to do but this does not work.
The only way I can make the form semi-transparent is to set the form's property explicitly.Code:Private Sub Button1_Click(sender As System.Object, e As System.EventArgs) Handles Button1.Click Me.Opacity = CDbl(50) End Sub




Reply With Quote