Results 1 to 4 of 4

Thread: newbie help

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jun 2000
    Posts
    74
    what object should I use if I want to use the tabs similar to those found in the display properties of windows 9x?

    I plan to use those tabs to minimze the forms I need for my program. As well as have an easier means of navigating between forms.

  2. #2
    _______ HeSaidJoe's Avatar
    Join Date
    Jun 1999
    Location
    Canada
    Posts
    3,946

    <?>

    Project\Components\Windows Common Controls\TabStrip
    "A myth is not the succession of individual images,
    but an integerated meaningful entity,
    reflecting a distinct aspect of the real world."

    ___ Adolf Jensen

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Jun 2000
    Posts
    74

    Regarding tab strips

    With this obejct, will I be able to have a certain number of tabs with a set of other objects (text boxes, etc.) during design time, but will only have a certain number of those tabs visible to the user during run time. The plan is when a user enters a password, the password will dictate which tabs will be available to the user.


  4. #4
    _______ HeSaidJoe's Avatar
    Join Date
    Jun 1999
    Location
    Canada
    Posts
    3,946

    <?>

    You can do that with the visible property, however, you will have to remember to set the left and top properties so that if you hide #2, #3 will move into #2 etc. or you could just load a control array at load time which would be easier.

    "A myth is not the succession of individual images,
    but an integerated meaningful entity,
    reflecting a distinct aspect of the real world."

    ___ Adolf Jensen

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