Hello, I am new to Vb.net and I have a problem.
I have a button in my application that must be rounded.
I think I have 2 options, either to create a round button if it's possible.
I have created a button with a rounded image. My image is a cicle, it's a game piece.
I have a picture box in my form that I have to place the rounded button onto the picture box.
Is it possible to make my button seem rounded? I tried Button1.BackColor = Color.Transparent with no effect.
Or is it possible to make the rest of background button transparent so that to see the button only in the background image shape? What can I do and how??? Please help me.
Thank you so much in advanced.
I have a button in my application that must be rounded.
I think I have 2 options, either to create a round button if it's possible.
I have created a button with a rounded image. My image is a cicle, it's a game piece.
I have a picture box in my form that I have to place the rounded button onto the picture box.
Is it possible to make my button seem rounded? I tried Button1.BackColor = Color.Transparent with no effect.
Or is it possible to make the rest of background button transparent so that to see the button only in the background image shape? What can I do and how??? Please help me.
Thank you so much in advanced.