Hi,
Im writing a program that takes screen shots at user determined intervals for a number of seconds (that way you can change frame rates), after each screen shot a new MDI child is loaded and the picture placed inside the image box on the form. When the set number of seconds is up, i want the MDI parent to go through each Child Form in the order it was created and save the image contained within the form, close it, and move on to the next form.
The problem is getting the forms in the order of creation then closing it (i know how to save the images when i can get the window containing the image i want to save).
So... how do i get each of the Child Forms in the order created(i dont mean arranging the workspace,) and then close them one at a time?
Thankyou.