Jul 10, 2003 #1 Mausolo Programmer Jul 2, 2002 16 ES That's the question. I am trying with: .Hide() .Visible=false an other. Could anybody help me? Thanks.
That's the question. I am trying with: .Hide() .Visible=false an other. Could anybody help me? Thanks.
Jul 10, 2003 #2 spidydotnet IS-IT--Management Jun 7, 2003 18 GB Hi Mausolo You can do it like this If true then tabcontrol1.TabPages.Remove(tabpage1) Else tabcontrol1.TabPages.Add(tabpage1) End If you will not lose any controls inside a tabpage by doing this.. docspidy Upvote 0 Downvote
Hi Mausolo You can do it like this If true then tabcontrol1.TabPages.Remove(tabpage1) Else tabcontrol1.TabPages.Add(tabpage1) End If you will not lose any controls inside a tabpage by doing this.. docspidy
Jul 10, 2003 Thread starter #3 Mausolo Programmer Jul 2, 2002 16 ES Thanks, that's ok Upvote 0 Downvote