vnarod Posted September 17, 2002 Posted September 17, 2002 I have a tabpage "tabSummary" and I need to add another tabpage on the fly that should look exactly like this one. How to do it? I cannot do Dim tab as New tabSummary , since tabSummary is not a type, only Dim tab as tabPage. And if I write "tab = tabSummary" it will point to the same page. What should I write? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.