rickesilaw
Programmer
I have an application where I want to add 1,2 or 3 new pages to an existing form but not all users will add all pages so some users will have 1,2 some will have 1, some will have 1,2,3 etc.
On each page I want to add a variety of controls, textboxes, etc (I think I have to create class then add class to the page).
I know by increasing the pagecount and setting the caption etc, I can increase the number of pages - but since they vary, how do i add objects to a page if the page number varies.
On each page I want to add a variety of controls, textboxes, etc (I think I have to create class then add class to the page).
I know by increasing the pagecount and setting the caption etc, I can increase the number of pages - but since they vary, how do i add objects to a page if the page number varies.