I have a button in c# windows forms and set the image property of that button as menubtn.png (i want the transparent image)
But it doesn't work and show white color.
I also set the BackColor property to Transparent and it also shows white color.
How can I get the transparent button?
But it doesn't work and show white color.
I also set the BackColor property to Transparent and it also shows white color.
How can I get the transparent button?
Comment