Re: Secondary window always on top
- Posted by Bernie <xotron at PCOM.NET> Sep 03, 2000
- 470 views
The order that windows are displayed in, is called the Z-ORDER. The second parameter of SetWindowPos sets what order ( or place ) a window will be displayed at ( it z-order position ). Also see functions BringWindowToTop, DeferWindowPos. By using these functions, you should be able to place a window above or below any other window. Bernie