A
Attasc
I have a window form with the property topmost =true.
Now I launch the process to view a pdf file with Process.Start(...),
set myform 's topmost to false and use SetWindowPos to bringtoFront
the window launched by process.
At this point all ok.
but....
Now How to know when the window is closed....??? because I want to
reset the topmost of myform to true;
C# C#
thanks
Now I launch the process to view a pdf file with Process.Start(...),
set myform 's topmost to false and use SetWindowPos to bringtoFront
the window launched by process.
At this point all ok.
but....
Now How to know when the window is closed....??? because I want to
reset the topmost of myform to true;
C# C#
thanks