Hello
In my application, I display more than 10 forms at the same time. These form sizes are user sizeable and the sizes are stored in a file so that the same sizes will be used to display the forms next time.
My requirement is to set the Zorder the of the forms as per the sizes (area of the form). The form with the highest area should have the Zorder of 1 and the form with the next highest area should have the Zorder of 2 and so on.
Could anybody tell me how to do it.
Thanks in advance
Goutam.