Buttons

Hi,

I would like to use round buttons on my forms and wondered if there was a way to do this in Visual Basic

Any assistance would be much appreciated.

Best regards,

Jae



Answer this question

Buttons

  • Michael J

    Hi,

    I`m just learning my way around in MVS2005 Express Edition and I need to create a form with :

    1. A round red "Stop" button : 16mm dia approx

    2. A round green "Go" button : 16mm dia approx

    At present I only have the choice of a rectangular button from the common controls toolbox. Can I import buttons in or create my own Also I need the apply a 5mm radius to the corners of groupboxes..how can this be achieved

    Best Regards

    Jason


  • JamesAins

    create a cusotm control that inherits from the button!

  • Anurag G

    http://www.codeproject.com/cs/miscctrl/RoundButton_csharp.asp

    Yes, it's in C#, but it's easy to convert, or you can use the class library in VB.NET as it stands.



  • Buttons