09-26-2006 08:25 AM
09-26-2006 08:33 AM
09-26-2006 09:04 AM
09-26-2006 09:09 AM
The problem is the reference. The 'Controls[]' property of the cluster outputs an array of general control references. To use these you have to cast them to the right type so you can use them like you want.
@newone wrote:
The problem is not the reference.
09-26-2006 09:09 AM - edited 09-26-2006 09:09 AM
The problem is the reference. The 'Controls[]' property of the cluster outputs an array of general control references. To use these you have to cast them to the right type so you can use them like you want:
@newone wrote:
The problem is not the reference.

Message Edited by TonP on 09-26-2006 04:10 PM
09-26-2006 09:16 AM
09-26-2006 09:24 AM
09-26-2006 09:26 AM