Is my Control a cotrol array ??

Tech-Archive recommends: Speed Up your PC by fixing your registry



Hi all,
My problem is this, i loop around the forms contrlos and i want to now if
the control is a Control array, ix i look for the index property of the
control i get an error for each control is NOT a control Array.
Is a way to now if the control is a cotrol array or not?
PS . I tryed the IsArray function but on both cases returns false.
thxn in advance for any help.
Nassos


.



Relevant Pages

  • Re: How to handle non-array arrayed controls by reference?
    ... So each label must be loaded and than some properties has to be set. ... Dim MyOLcontrol As Control ... individual label control from that control array or perhaps even a ... OL_controlload Shadow1 ...
    (microsoft.public.vb.controls)
  • Re: Internet Transfer Control array in a WebClass?
    ... The problem with creating the control array is that I need the WithEvents ... and VB won't allow me to instantiate the objects in an array with the ... I had already thought of setting up a wrapper class module, ...
    (microsoft.public.vb.controls.internet)
  • Re: Drawing on UserForms?
    ... > to a control array in VBA. ... > Control arrays are not supported in in VBA, ... > The labels not only have the properties/methods of a label, ...
    (microsoft.public.word.vba.userforms)
  • Re: Is my Control a cotrol array ??
    ... out) "This is one part of vb6 that really sucks". ... Control arrays are extremely easy to ... the main one is a reference to a control ... in a control array doesn't act like a reference to a normal control. ...
    (microsoft.public.vb.controls)
  • Re: Passing a control array to a VB function
    ... a single control or a control array passed as the parameter. ... Private Sub Command1_Click ...
    (microsoft.public.vb.controls)