|
-
November 28th, 2000, 01:06 AM
#1
SSTab control
I have drawn SSTab1 control to my frmMainForm. It has 6 tabs. I want to 2 additional SSTab controls (2 & 3) to display when user clicks on a menu selection. I want SSTab2 and SSTab3 to appear in the same position on frmMainForm as SSTab1. What can I draw it on. I tried a dialog, but it has a top border . . . Any s**** would be appreciated. Thanks.
John
-
November 28th, 2000, 06:54 AM
#2
Re: SSTab control
You can place this SSTab controls on the form and control visibility of SSTab controls.
SSTab1.Visible = False
SSTab2.Visible = True
Vitaly
[email protected]
-
November 28th, 2000, 12:06 PM
#3
Re: SSTab control
But what do I draw it on? I want SSTab2 to appear in the same place as SSTab1 on MainForm.
Thanks for any help.
John
-
November 29th, 2000, 02:38 AM
#4
Re: SSTab control
Hello
You should place SSTab1, SSTab2 and SSTab3 on the same place.
Vitaly
[email protected]
-
November 29th, 2000, 07:20 AM
#5
Re: SSTab control
draw all three sstabs on form.hide 2 and 3.
then on menu click set the properties(sstab.left and sstab.top) to that of 1.hide 1 and 3.or use zorder property.it will work i hope so.
-
January 13th, 2001, 04:29 PM
#6
Re: SSTab control
Place all 3 tabs on top of one another.
If you want to work on each tab then right click, choose "Send To Back" until you get the tab you want to work on,
I hope this is what you were trying to get across.
-
January 13th, 2001, 04:33 PM
#7
Re: SSTab control
you draw them on FormMain at different locations. Make them invisible then at run time when you need them, move them to where you want them and make them visible.
John G
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
|