Problem with sstab control in vb 6.0
-
hi I am completely new to vb 6.0. I have sstab control in which i have 4 tabs GSM,GPRS,CDMA,PSTN. Each tab contains should contain a set of controls. The problem starts there. I am not able to put controls in the tabs so that the controls are visible only when the corresponding tab is clicked. Thanks in advance
-
hi I am completely new to vb 6.0. I have sstab control in which i have 4 tabs GSM,GPRS,CDMA,PSTN. Each tab contains should contain a set of controls. The problem starts there. I am not able to put controls in the tabs so that the controls are visible only when the corresponding tab is clicked. Thanks in advance
Abandon vb6 and do it in .NET Seriously why do people still program new programs in that language. It never was any good, the language is dead and has been for several years and its no longer supported.
-
hi I am completely new to vb 6.0. I have sstab control in which i have 4 tabs GSM,GPRS,CDMA,PSTN. Each tab contains should contain a set of controls. The problem starts there. I am not able to put controls in the tabs so that the controls are visible only when the corresponding tab is clicked. Thanks in advance
Tom's right, Get VB.Net, it is a free download. It (VB6) is unsupported and opens you to ridicule and shame! :)
------------------------------------ "Children today are tyrants. They contradict their parents, gobble their food and tyrannize their teachers. I despair for the future." Socrates 400BC
modified on Thursday, May 7, 2009 10:36 AM
-
hi I am completely new to vb 6.0. I have sstab control in which i have 4 tabs GSM,GPRS,CDMA,PSTN. Each tab contains should contain a set of controls. The problem starts there. I am not able to put controls in the tabs so that the controls are visible only when the corresponding tab is clicked. Thanks in advance
Member 3057887 wrote:
I am completely new to vb 6.0
Great! Stop while you still can and be completely new to VB.NET before VB6 teaches you a ton of bad habits you have to unlearn to move up to VB.NET!
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008 -
Member 3057887 wrote:
I am completely new to vb 6.0
Great! Stop while you still can and be completely new to VB.NET before VB6 teaches you a ton of bad habits you have to unlearn to move up to VB.NET!
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008But the current project is in vb6 and we have an urgent demo. So there is only one option(continue working on this till the demo is complete).So if any one knows the solution kindly let me know Thanks in advance
-
But the current project is in vb6 and we have an urgent demo. So there is only one option(continue working on this till the demo is complete).So if any one knows the solution kindly let me know Thanks in advance
I couldn't tell you - I haven't used VB6 in 8 years. I'll warn you now - VB6 has been unsupported by Microsoft for quite a long time now, and its runtime will not be supported under Windows Seven. Your app will work under XP, may or may not work under Vista, and won't work at all under Windows Seven.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008 -
hi I am completely new to vb 6.0. I have sstab control in which i have 4 tabs GSM,GPRS,CDMA,PSTN. Each tab contains should contain a set of controls. The problem starts there. I am not able to put controls in the tabs so that the controls are visible only when the corresponding tab is clicked. Thanks in advance
Hi, I am not shure, but in VB 6 you have two Tab-controls (I do not remember witch is witch). There is one, that only shows you a tabbed layout on top, and not hide any controls, it you click a tab. Then it has one (in a external ocx, I think) that does what it is supposed to do. Hope this helps. By the way, it is a good idea to change to VB.NET, you need to have some time to learn it properly, but it's worth it. Regards: Didi