visual c++ - Unable to maintain parent window and child window z-order, vc++ -


i have slight problem application, need open child window & disable parent window while child open

(i.e. force user react opened window).

the thing when using cwindow::enablewindow(true) bring parent window life window automatically moved '1 window' in z-order (?!)..

this forces me use @sw_restore - , end-result there quite bit of unnecessary gui flickering on screen,

do of have idea how avoid situation?

edit

more information :

1.open explorer

2.open parent window on top of explorer window.

3.now open child window.( not accessing parent window use "enablewindows(false)")

4.so parent window lock parent window goes behind explorer window.

so exact problem "parent window goes behind explorer window".

so how can handle issue. not want change window visible position.


Comments

Popular posts from this blog

ios - iPhone/iPad different view orientations in different views , and apple approval process -

java Extracting Zip file -

C# WinForm - loading screen -