Results 1 to 2 of 2

Thread: Runtime question

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    May 2000
    Posts
    344
    I have a question simliar to crustin?(SP)

    I have a dynamic array...........and it sets the array to however many lines there is in a text file....(which i only know at run time) So on run time is there any way to create as many labels as there is number of arrays. If not making 200 labelz not visible and only visible when there is that amount of lines....and what if there are over 200 lines? See my problem?
    -RaY
    VB .Net 2010 (Ultimate)

  2. #2
    Fanatic Member
    Join Date
    Oct 2000
    Location
    London
    Posts
    1,008
    Create the labels as runtime controls - your biggest problem is screen real estate. Why not have a series of listboxes (fixed) and give the user a 'pseudo' data control (i.e. see next ten labels etc.)

    Cheers,

    Paul.
    Not nearly so tired now...

    Haven't been around much so be gentle...

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