blearyeye
15 years agoContributor
z-order of forms
I have a winform app (c# 4.0) that includes two forms, each of the same size and position. Both have the attribute visible and both are status normal. The user can select which should be on top; the program sets the topmost property of the form and then sets topmost back off. This results in the form being on top.
In TC, I want to confirm this operation. So I need to know the relative z-order of the two forms. Is there a way to tell?
In TC, I want to confirm this operation. So I need to know the relative z-order of the two forms. Is there a way to tell?