how to make round button in vb.net?
round button?
Collapse
This topic is closed.
X
X
-
DzemoT.Tags: None -
Dan Watson
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
-
One Handed Man \( OHM - Terry Burns \)
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
-
Herfried K. Wagner [MVP]
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
Comment