Afternoon everyone,
My problem is thus: I am trying to return a tabpage but no matter what I rty I can't get it to work. I return the name of the TabPage but when it displays, it only shows the name and not the actual contents of the page.
I am trying the following code
TabControl1.TabPages.Add(nameOfPage)
Can anyone help me out with this please?
Thanks,
Col