Hi,
I am using VS C++ 2005 express edition. I developed a simple GUI with a single tabControl (contain tabpages with some combobox).
I wish to add a button which able to add another tabpage which contain the same item as previous tabpages.
For example. my previous tabpage contain 2 combobox and 1 button. Now with a single button click I wish to add a new tabpage , then it will pop out a dialog box and prompt user to key in the name of the new tabpage, the items in the new tabpage is same as previous.
Can any pro fren show me the function to code it? Thanks in advance.
Regards,
Adrian