Need Help ASAP!
If your a member of codenstuff then this is the main place to be. Get together..talk..chat and ponder. Have fun. Chill out. Play games.
4 posts
Page 1 of 1
Im working on NetScan, i have this layout
MenuStrip
TabPage(With 5 tabs)
In the menu strip i have
File->IP Scanner
When you click IP Scanner i want it to show TabPage2
MenuStrip
TabPage(With 5 tabs)
In the menu strip i have
File->IP Scanner
When you click IP Scanner i want it to show TabPage2
Code: Select all
does not work for some reason, any solution?Me.TabPage2.show()
Code: Select all
In 'SelectTab' it uses an integer and starts at 0,TabControl1.SelectTab(1)
0 = TabPage1
1 = TabPage2
2 = TabPage3
and so on..
Visit BW Photography and check out my photos!
or you can use:
you must set it back to 0 because it will be focused on the last Tab.
Code: Select all
easy way to test is:Me.TabControl1.SelectedTab.Name = "YourTabName"
Code: Select all
don't forget when you have the selected tabMessageBox.Show(Me.TabControl1.SelectedTab.Name)
you must set it back to 0 because it will be focused on the last Tab.
Code: Select all
TabControl1.TabPages.Item(0)
visit us on:
http://www.softpedia.com/get/System/Lau ... -Run.shtml
Check it out ! http://www.softpedia.com/publisher/I-A- ... 90017.html
Check it out ! http://www.softpedia.com/get/Desktop-En ... lock.shtml
http://www.softpedia.com/get/System/Lau ... -Run.shtml
Check it out ! http://www.softpedia.com/publisher/I-A- ... 90017.html
Check it out ! http://www.softpedia.com/get/Desktop-En ... lock.shtml
4 posts
Page 1 of 1
Copyright Information
Copyright © Codenstuff.com 2020 - 2023