quote:
Originally posted by KnRd_WC
EDIT : Problem found !!!
In fact, before putting the window at the foreground, I have to restore this window xD !
code:
Interop.Call('user32', 'BringWindowToTop', hWnd);
The BringWindowToTop function brings the specified window to the top of the Z order. If the window is a top-level window, it is activated. If the window is a child window, the top-level parent window associated with the child window is activated.