M
Michael Wu
I wonder if anyone know how to activate a window with a given window
handler. I used to do this with the win32 API
static native boolean SetForegroundWindow(int hwnd);
I wonder if there is native support for that within .NET, instead having to
call WIN32 API.
Regards
Michael
handler. I used to do this with the win32 API
static native boolean SetForegroundWindow(int hwnd);
I wonder if there is native support for that within .NET, instead having to
call WIN32 API.
Regards
Michael