How can I maximize a minimized 16 bit exe from another EXE.
Thanks in advance
Otto
#include "Fivewin.ch"
#define SW_MAXIMIZE 3
FUNCTION MAIN()
LOCAL hWnd := FINDWINDOW( 0, "Main window title" )
IF !EMPTY( hWnd )
SHOWWINDOW( hWnd, SW_MAXIMIZE )
ELSE
? "Window not found"
ENDIF
RETURN NIL
Ken Wantz wrote:Enrico,
Where can further information be found regarding the use of these 2 functions? It is not in the 1.1 xHarbour manual nor the FiveWin Help files for 7.04.
Regards,
Ken
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 52 guests