Top "Z-order" questions

Z-order is an ordering of overlapping two-dimensional elements in a graphical user interface.

Change the z-order of subviews on the iPhone

I'm developing a game. I'm using about 150 UIImageView to hold the graphics. I'm simulating a 3D enviroment, so i would …

iphone exchange-server subview z-order
How do you bring to front a usercontrol added to a canvas in code behind

I have a series of usercontrols that are added and removed from a canvas in code behind. I need to …

wpf vb.net user-controls canvas z-order
Updating the Z-Order of Many Windows Using Win32 API

The scenario is that I have a list of window handles to top level windows and I want to shift …

windows winapi z-order
Why doesn't Word "come to front" when we activate it?

Our winforms application interacts with MS Word and we run this code when a document is generated and we want …

.net ms-word office-interop z-order
How to bring other app window to front without activating it?

I want to bring to front a window(from other application). Currently I'm using: ::SetWindowPos(hwnd, GetForegroundWindow(), 0, 0, 0, 0, SWP_ASYNCWINDOWPOS | SWP_…

c++ windows winapi z-order