Re: Controlling Controls on another Form

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

From: Cor Ligthert (notfirstname_at_planet.nl)
Date: 06/08/04


Date: Tue, 8 Jun 2004 22:37:22 +0200

Hi Herfried,

I will take the time, however when it is to difficult you may ask again.

Let say you use the visible event from the form, than you can do in that
when you have used a simple textbox array.

for I as integer = 0 to 24
     mytextbox(i).enabled = checked.getcheck(i)
next

Simple is it not?

What would be the benefit if a property was used by the way (with wich I
started however this is much simpler)

Cor