|
-
Sep 24th, 2000, 06:45 AM
#1
Thread Starter
Lively Member
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.
-
Sep 24th, 2000, 07:13 AM
#2
_______
<?>
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
-
Sep 26th, 2000, 05:19 AM
#3
Thread Starter
Lively Member
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.
-
Sep 26th, 2000, 06:25 AM
#4
_______
<?>
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|