|
-
Jun 5th, 2002, 03:18 AM
#1
Thread Starter
Lively Member
SSTab Problem
i m using sstab control and i placed on each tab a frame.
i m trying to set in runtime each frame on a specific tab and i dont know how to do it.(i m trying to change the frames in the tabs)
thank you
-
Jun 5th, 2002, 03:21 AM
#2
Re: SSTab Problem
Originally posted by shachar
i m using sstab control and i placed on each tab a frame.
i m trying to set in runtime each frame on a specific tab and i dont know how to do it.(i m trying to change the frames in the tabs)
thank you
what u see in design time u get at runtime by using sstab..
what do u mean by "i m trying to set in runtime each frame on a specific tab"
can u be more clear
-
Jun 5th, 2002, 03:48 AM
#3
Thread Starter
Lively Member
on tab1 I put frame1
on tab2 I put frame2
on runtime i want to change the order
on tab1 frame2
on tab2 frame1
-
Jun 5th, 2002, 03:52 AM
#4
Originally posted by shachar
on tab1 I put frame1
on tab2 I put frame2
on runtime i want to change the order
on tab1 frame2
on tab2 frame1
i am not sure... but a guess...
check the left or top property of the frame the invisible form should be <0 so change the value in click event it should work
-
Jun 5th, 2002, 06:32 AM
#5
Fanatic Member
Well, create an array of the frames.
Then in the SSTAB click event, check for which tab is selected,
then set the Visible property of the frame you want to
display to True and the others to False
ASM,C,C++,BASIC,VB,JAVA,VBS,HTML,ASP,PHP,mySQL,VB.NET,MATLAB
Programming is fun, but only if you're not on a tight deadline 
So I consider all those working engineers sad people
VB FTP class
3 page PHP crash course
Crash Course on DX9 Managed with VB.NET covering basics till terrain creation
-
Jun 5th, 2002, 07:00 AM
#6
I think a tabstrip is a better choice in this situation.
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
|