Does anyone know how to create a round button. I'm sort of tired of using rectangular shape button. Thanks!
Printable View
Does anyone know how to create a round button. I'm sort of tired of using rectangular shape button. Thanks!
I don't know how to get Visual Basic to do it directly, but you could use an picturebox with the shape of a circle and just set the click, mouse down, and other properties to make it act like a regular button..
------------------
Mitchell Hayenga
[email protected]
I can't really help you out codewise because I'm not at my computer, but you could look into the API calls that deal with regions, and you could use the calls to set a certain area, and then the other that figures out if a coordinate is within that region. I think you can look into regions by looking into how to create odd-shaped forms. Hope that helps!