SendToBack()
Posted: Tue Dec 28, 2010 1:04 pm
With the function
SetActiveWindow(#Window)
you can make a window active and get it on top of other windows.
Now I'd like to figure out what the layers are. (Which windows is on top and at the back and manage it.)
For a program I'm writing I need to know which one is the least on top. Or set the one least on top.
Is there a comment like SendToBack() or something? And with what syntax?
SetActiveWindow(#Window)
you can make a window active and get it on top of other windows.
Now I'd like to figure out what the layers are. (Which windows is on top and at the back and manage it.)
For a program I'm writing I need to know which one is the least on top. Or set the one least on top.
Is there a comment like SendToBack() or something? And with what syntax?