I have two applications having two different top level windows:
App1 -- Window1
App2 -- Window2
Now, I am creating a Dialog Dlg1
in App1 and I want to set window2(App2) as a parent window.
( That is because I want my Dlg1 to come on top of Window2 ).
I created the dialog by setting Window2 as parent. It worked. But is it the correct way? Is there any known issues\restrictions in setting parent across process? I checked windows documentation and found not much information.