Results 1 to 2 of 2

Thread: Creating array of controls at run time

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2000
    Posts
    1
    Hai,

    I want to create a control array at runtime without having instance of that control on the form at design time. I can create one control at run time but not a conrol array. We cannot set index of any control at run time because it is a read only property.

    Pl help me

    Thank you

    Sricharan

  2. #2
    New Member
    Join Date
    Mar 2000
    Posts
    8
    Could you not just create an instance of the control at design time and set its visible property to false.

    -Jamie One-

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width