round button?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • DzemoT.

    round button?

    how to make round button in vb.net?


  • Dan Watson

    #2
    Re: round button?

    DzemoT. wrote:
    [color=blue]
    > how to make round button in vb.net?
    >
    >[/color]

    draw a grey circle and add a _click event

    :D

    Comment

    • One Handed Man \( OHM - Terry Burns \)

      #3
      Re: round button?

      Thats a bit basic, but yes. thats one way. Another way is to create a custom
      control.

      --

      OHM ( Terry Burns )
      . . . One-Handed-Man . . .

      Time flies when you don't know what you're doing

      "Dan Watson" <staticfish@tis cali.co.uk> wrote in message
      news:cceqpc$sd6 $2@news6.svr.po l.co.uk...[color=blue]
      > DzemoT. wrote:
      >[color=green]
      > > how to make round button in vb.net?
      > >
      > >[/color]
      >
      > draw a grey circle and add a _click event
      >
      > :D[/color]


      Comment

      • Ken Tucker [MVP]

        #4
        Re: round button?

        Hi,





        Ken
        ---------------------
        "DzemoT." <dzemo@wizard.b a> wrote in message
        news:eNX$5O4YEH A.3476@tk2msftn gp13.phx.gbl...[color=blue]
        > how to make round button in vb.net?
        >
        >[/color]


        Comment

        • Herfried K. Wagner [MVP]

          #5
          Re: round button?

          * "DzemoT." <dzemo@wizard.b a> scripsit:[color=blue]
          > how to make round button in vb.net?[/color]

          C# sample:

          <URL:http://www.codeproject .com/cs/miscctrl/RoundButton_csh arp.asp>

          --
          Herfried K. Wagner [MVP]
          <URL:http://dotnet.mvps.org/>

          Comment

          Working...