G
Guest
I have a reference to a TabControl and I want to access the methods (Clear in this case) of a control on one of the Tab Pages. How do I do it
I thought it was
tcTabControl.TabPages(0).Controls(0),Clear(
But that doesn't work. Help.
I thought it was
tcTabControl.TabPages(0).Controls(0),Clear(
But that doesn't work. Help.