Re: Controlling Controls on another Form
From: Cor Ligthert (notfirstname_at_planet.nl)
Date: 06/08/04
- Next message: Steve Randall: "Windows Explorer API or Namespace??"
- Previous message: HankG: "Re: very new to .NET"
- In reply to: Herfried K. Wagner [MVP]: "Re: Controlling Controls on another Form"
- Next in thread: Herfried K. Wagner [MVP]: "Re: Controlling Controls on another Form"
- Reply: Herfried K. Wagner [MVP]: "Re: Controlling Controls on another Form"
- Messages sorted by: [ date ] [ thread ]
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
- Next message: Steve Randall: "Windows Explorer API or Namespace??"
- Previous message: HankG: "Re: very new to .NET"
- In reply to: Herfried K. Wagner [MVP]: "Re: Controlling Controls on another Form"
- Next in thread: Herfried K. Wagner [MVP]: "Re: Controlling Controls on another Form"
- Reply: Herfried K. Wagner [MVP]: "Re: Controlling Controls on another Form"
- Messages sorted by: [ date ] [ thread ]