I want to set my form’s background to transparent but faced an error “property value is not valid”. I don’t know if there is a simple way to set a transparent background image as a form in windows?
I’m trying to make a c# windows form application.
I cannot upload a picture yet.For example I want to run my app and see a picture of a book (that doesn’t have any white background borders)including tools
Here’s a code that may help you achieve what you are trying to do. The following code will make the form transparent but leave the controls visible. If you want to hide the controls as well, I suggest you set the form opacity to 0%
Thanks,
I hope this helps 🙂