skyyakal Posted October 3, 2003 Posted October 3, 2003 Hallo everybody! Please help me with the Microsoft Tabbed Dialog Control, otherwise I'm going to jump out of my window... I'm using Visual Studio .NET 2002 (Visual Basic, Microsoft Tabbed Dialog Controls 6.0 (SP4)). I created SSTab on a form with Tab0, Tab1 and Tab2. Now I would like to add to each Tab-Page of SSTab some other controls like buttons and labels, etc. If I put for example a button control on Tab1-Page and then switch to Tab0 or Tab2 in design mode I still see the previous button although I created the button on Tab1-Page only. What do I have to do to work on each Tab-Page separatly, so I don't see the controls of other Tab-Pages? This problem didn't exist by Visual Studio 98 (Visual Basic, Microsoft Tabbed Dialog Controls 6.0). Would thank you 1000 times for help!!! Ciao, skyyakal :D :D Quote
Administrators PlausiblyDamp Posted October 3, 2003 Administrators Posted October 3, 2003 Why are you using the old ActiveX control? .Net ships with a managed Windows form control. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
skyyakal Posted October 3, 2003 Author Posted October 3, 2003 First, THank you very much for your reply! I'm sorry, I'm very new to .NET. Where do I find this managed Windows form control. I could find this in my ToolBox "Manager"? Quote
Administrators PlausiblyDamp Posted October 3, 2003 Administrators Posted October 3, 2003 The one called TabControl in the the toolbox Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
skyyakal Posted October 3, 2003 Author Posted October 3, 2003 Oooh God bless you! I found it and it works fine! I wish you long life ! Greetings, skyyakal Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.