M
Mike Fellows
I have a TabControl (TabControl1) containing 3 TabPage's (TabPage1, TabPage2
and TabPage3)
under certain circumstances i need to make some of these tab pages invisible
ive tried
me.tabpage1.visible = false
but nothing happens and the tab pages is still visible
when i set the whole of the TabControl.Visible = False the whole of the tab
control dissapears as it should
how do i set a tabpage to be invisible i would have thought the above would
have worked but it didnt
Thanks
Mike Fellows
and TabPage3)
under certain circumstances i need to make some of these tab pages invisible
ive tried
me.tabpage1.visible = false
but nothing happens and the tab pages is still visible
when i set the whole of the TabControl.Visible = False the whole of the tab
control dissapears as it should
how do i set a tabpage to be invisible i would have thought the above would
have worked but it didnt
Thanks
Mike Fellows