Thread: Question Repeating Events
View Single Post
  #3 (permalink)  
Old 12-28-2008, 10:16 PM
ALX ALX is offline
VB.NET Forum Fanatic
.NET Framework: .NET 2.0 (VS 2005)
 
Join Date: Nov 2005
Location: Columbia, SC
Posts: 135
Reputation: 57
ALX is on a distinguished programming path ahead
Default

I seem to have problems controling the "z-order" of forms when I use the "Owner" and "Owned" forms properties. Invariably, the form I need on top is hidden below all other forms and the ones I need in between are in the wrong order when the screen is restored. Of course I can use the "Topmost" property for the top form but that doesn't help with the intermediate forms and sits on top of any other apps that get restored without minimizing my app.
Reply With Quote