ShowWindow(hWnd, SW_SHOWNORMAL);
Brian
>i need to restore an external app's minimized window whose handle i know,
> from within a different running app.
[quoted text clipped - 4 lines]
>
> ray
ray well - 25 Sep 2007 00:33 GMT
thanks brian,
would u know what the value of SW_SHOWNORMAL is?
>>ShowWindow(hWnd, SW_SHOWNORMAL);
JP - 25 Sep 2007 01:50 GMT
If you look at winuser.h file, it is defined as 1
> thanks brian,
>
> would u know what the value of SW_SHOWNORMAL is?
>
> >>ShowWindow(hWnd, SW_SHOWNORMAL);