Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

accessing textbox in tabcontrol

Status
Not open for further replies.

emmanuelbeaudet

Programmer
Apr 16, 2002
51
CA
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top