emmanuelbeaudet
Programmer
Hi,
I have a form with 2 tabcontrols with many tabs on each one.
On the form I have 1 tabConrol with 3 tabs. On the second tab of the first tabcontrol I have another tabconrol with 5 tabs.
on the first tab in the second tabcontrol I want to access a textbox.
something like this:
me.tabcontrol1.secondtab.tabconrol2.firsttab.textbox.text = "Hello"
I know it's not the good way, but unable to access it.
someone can help me ?
Thank you.
I have a form with 2 tabcontrols with many tabs on each one.
On the form I have 1 tabConrol with 3 tabs. On the second tab of the first tabcontrol I have another tabconrol with 5 tabs.
on the first tab in the second tabcontrol I want to access a textbox.
something like this:
me.tabcontrol1.secondtab.tabconrol2.firsttab.textbox.text = "Hello"
I know it's not the good way, but unable to access it.
someone can help me ?
Thank you.