Show Tab.
-
HiYa u guys. In VB.Net, how to show a certain tab.?? I mean, if i have 1.Add 2.Update 3.Delete Tab. what is the code for me to show the Update Tab.? thanks... isfufushah
-
HiYa u guys. In VB.Net, how to show a certain tab.?? I mean, if i have 1.Add 2.Update 3.Delete Tab. what is the code for me to show the Update Tab.? thanks... isfufushah
tabControl.SelectedTab = tabPage, from memory. Christian Graus - Microsoft MVP - C++
-
tabControl.SelectedTab = tabPage, from memory. Christian Graus - Microsoft MVP - C++
TabControl.SelectedTab = TabUpdCust.show is this the code suppost to look like. but, in my MDImodule it says it is not defined. what is it mean.??
-
TabControl.SelectedTab = TabUpdCust.show is this the code suppost to look like. but, in my MDImodule it says it is not defined. what is it mean.??
Why the .show ? I'd say that's the problem, it's not correct. Christian Graus - Microsoft MVP - C++
-
Why the .show ? I'd say that's the problem, it's not correct. Christian Graus - Microsoft MVP - C++
o.k. can u pls show me some example coding.?? :-D
-
o.k. can u pls show me some example coding.?? :-D
myTabControl.SelectedTab = myTabControl.TabPages(0)
ormyTabControl.SelectedIndex = 0
Current blacklist svmilky - Extremely rude | FeRtoll - Rude personal emails | ironstrike1 - Rude & Obnoxious behaviour -- modified at 8:43 Thursday 25th May, 2006