What I want to do: I have an app that should restore a window(that window is minimized to the taskbar).Tha catch is that I don't want that window to get the focus when it gets restored.
I tried to use : SW_SHOWMINNOACTIVE it makes the window appear back,but it appears on top of all windows with focus set on it.
Isn't there a way to make it reappear without gaining focus and stay behind all windows?
I used ShowWindow(): http://msdn.microsoft.com/en-us/library/windows/desktop/ms633548(v=vs.85).aspx