I want to change the shape on buttons, like a large circle, small curcle, so it can make things look better.
Changing the shape on buttons
Collapse
X
-
If you google for round buttons in VB, you will have lots of suggestions. My choice would be http://www.codeproject.com/Purgatory...tedButtons.aspOriginally posted by alexcoleIt's MS Visual Basic, I'm making a Windows App
Another related google search would be vb.net skins.
Have fun! --SamComment
-
Actually, we still don't know what version of VB you're using, and hence whether that linked article will help. I only glanced at it, but it looked as though it relates to VB.Net.
In the VB world, the major division (there are also smaller ones) is between "old-style" VB, the latest version of which is VB6, published around 1998, and the later VB.Net which works with Microsofts DotNet framework.Comment
Comment