VB.net - Making a translucent form (with fully visible controls)

Viewed 18

I'm trying to make a VB.net form (using Visual Studio 2019 on Windows 10) where the form is translucent (not completely transparent, but partially see-through).

I know of the Opacity property of the UserForm and I tried setting it to 50%. It works, but I see that also the form controls are faded away the same rate: instead, I need them all to be fully visible.

Is there any way to do that? Any hint will be welcome.

0 Answers
Related