Changing the shape on buttons

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • alexcole
    New Member
    • Mar 2007
    • 31

    Changing the shape on buttons

    I want to change the shape on buttons, like a large circle, small curcle, so it can make things look better.
  • SammyB
    Recognized Expert Contributor
    • Mar 2007
    • 807

    #2
    Originally posted by alexcole
    I want to change the shape on buttons, like a large circle, small curcle, so it can make things look better.
    Are you using VBA, VB6, or VB.Net? Is it a web or windows app?

    Comment

    • alexcole
      New Member
      • Mar 2007
      • 31

      #3
      It's MS Visual Basic, I'm making a Windows App

      Comment

      • SammyB
        Recognized Expert Contributor
        • Mar 2007
        • 807

        #4
        Originally posted by alexcole
        It's MS Visual Basic, I'm making a Windows App
        If you google for round buttons in VB, you will have lots of suggestions. My choice would be http://www.codeproject.com/Purgatory...tedButtons.asp

        Another related google search would be vb.net skins.

        Have fun! --Sam

        Comment

        • Killer42
          Recognized Expert Expert
          • Oct 2006
          • 8429

          #5
          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

          Working...