10-17-2006 11:52 AM
10-18-2006 02:32 AM
Hello Owais,
are you using the new tab control of CVI8? If so, the CopyTabPage function does what you are describing. The line of code below copies the first tab page of a tab control and adds it to the end of the tab control, causing the number of tab pages to increase by one.
CopyTabPage (pnlHandle, PNL_TABCTRL, 0, pnlHandle, TABCTRL, -1);
10-25-2006 10:57 AM