Results 1 to 2 of 2

Thread: Adding control(arrays) at runtime

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2001
    Posts
    1

    Adding control(arrays) at runtime

    Please help me out!!!

    I want to add controls at runtime.

    thnx in advance
    DYA

  2. #2
    Megatron
    Guest
    Add a CommandButton, and set the Index property to 0.
    Code:
    I = Command1.Count
    Load Command1(I)
    Command1(I).Move 0, 0
    Command1(I).Visible = "True"

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