Results 1 to 3 of 3

Thread: Generating controls at runtime

  1. #1

    Thread Starter
    Fanatic Member kinjalgp's Avatar
    Join Date
    Apr 2000
    Location
    India
    Posts
    535

    Cool

    I want to know how to generate controls or control array at run. This is not impossible since a example of this (no source code) can be found at http://www.tegosoft.com. Any help regarding this will be appreciated.


    Kinjal.

  2. #2
    Fanatic Member
    Join Date
    Mar 2000
    Location
    That posh bit of England known as Buckinghamshire
    Posts
    658
    This question has been posted a thousand times on this site. Just do a search.

    But to help you along to load an extra control in a control array at run time. To be able to do this you need at least one control in the array at design time.

    Code:
      'i is the index of the control to load.
      Load Text1(i)
      Text1(i).Visible = True
    Iain, thats with an i by the way!

  3. #3

    Thread Starter
    Fanatic Member kinjalgp's Avatar
    Join Date
    Apr 2000
    Location
    India
    Posts
    535

    Lightbulb

    Thanks a lot lalin for answering my question.

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