Hopefully this is a simple one.

I created a form with a Button on it. The code behind the button is

Code:
Me.Opacity = 50
It does not work.

If I set it during design from the proporties window it displays correctly but I can't seem to control it from code.

Am I doing something wrong?