take a frame and all the controls found on it and make X duplicates of it (x being a dynamic number) while keeping each controls' (found on the frame) events functioning properly?
I have a Wizzard that walks a user through a process of updating an online document that can have several sub-documents attached. When the Wizzard arrives at the sub-documents, I need it to move through each sub-document using the same controls on a specific frame.
I know I could do this if I created a form and then just used Dim frmXX as frmSubDoc, but I rather not create another form as my application already has 20+.
Any tips are welcomed (maybe there is a different way of doing what I'm trying to do).
Thanks,
Ed
I have a Wizzard that walks a user through a process of updating an online document that can have several sub-documents attached. When the Wizzard arrives at the sub-documents, I need it to move through each sub-document using the same controls on a specific frame.
I know I could do this if I created a form and then just used Dim frmXX as frmSubDoc, but I rather not create another form as my application already has 20+.
Any tips are welcomed (maybe there is a different way of doing what I'm trying to do).
Thanks,
Ed