Tab Controls
Is there any limitations on tab controls?
Suppose : I put one tab control on from and then I added ten tab pages on that control. Then I also put many other controls [txt,cbo,etc] on each tab page. After that, this tab control is not working property.
My Environment ~
1) .NET 2003
2) Win XP
3) P4
4) RAM 512
5) 80 G HD
Any help would be appreciated.
[394 byte] By [
Sync] at [2007-11-11 6:59:13]

# 2 Re: Tab Controls
1) I go to Last tab page.
2) I wanna go to first tab page.
Observe : Tab control do nothing at that time. Sometimes, I can go to any other tab pages. But sometimes, I can't go.
Why?
Sync at 2007-11-11 21:50:46 >

# 3 Re: Tab Controls
I've used the tab control a few times in VB.NET and I have to say it's probably the buggiest control I've ever seen. Most of the time I have to resort to editing the "Windows Form Designer generated code" to get things to display correctly. If it's tab ordering you are having a problem with that's where you want to look. However, without more information about your issue I'm not sure what else to suggest.
Are you saying that when you click the last tab page and then click the first tab page it does nothing?
# 4 Re: Tab Controls
Thanks, howiegoo.
I have put many controls on each tab page of tab control and also added ten tab pages to this tab control. I didn't give enough width for all ten tab pages so that whenever I click one page to another, I have to click the arrow button that is displayed at the top of tab control, to show a page that I wanna click. Firstly, I click the last tab page. then, you wanna click the frist tab page. At that time, tab control do nothing. Otherwise, The last tab page is still showing even I have clicked the Back Arrow of tab control.
Sync at 2007-11-11 21:52:53 >
