Re: array's containing radiobuttons

Tech-Archive recommends: Fix windows errors by optimizing your registry



On 2005-04-26, John Devlon <johndevlon@xxxxxxxxxxx> wrote:
> Hi tom,
>
> what do you mean by "cast" ?
>
> Thanx
>
> John
>

Well arraylist holds objects... So, to use the radiobuttons you have to
do something like this:

DirectCast (radioButtons[2], RadioButton).Text = "The Text"


--
Tom Shelton [MVP]
.


Quantcast