Antonio buenos dias, gracias por la ayuda Agrego la VM.LIB (xharbour), y me manda estos errorres :( :( Proyecto: Kept5, Entorno: BorlandDLL: [1]:Harbour.Exe Source\Tseguro.prg /m /n /es2 /ki /iP:\32bits\xharbour\include;P:\32bits\FWH\INCLUDE /i /oObj\Tseguro.c xHarbour Compiler build 1.2.1 (SimpLex)...
... browse information I know when to update coordinates. You have to check if the window is zoomed also. Probably iconized is another issue. if .not. iszoomed( ::oWnd:hWnd ) if ::oWnd:lWndNeedCoord ::oWnd:CoorsUpdate() endif if ::oWnd:nTop != nil ::nWndTop := ::oWnd:nTop ::nWndLeft := ::oWnd:nLeft ...
Sorry, when I changed the search I found IsIconic( oWnd:hWnd ) IsZoomed( oWnd:hWnd ) http://forums.fivetechsupport.com/viewtopic.php?f=3&t=17990&p=94046&hilit=window+minimized#p94046 http://forums.fivetechsupport.com/viewtopic.php?f=6&t=4848&p=21415&hilit=window+minimized#p21415
... if the window is iconized. //--------------------------------------------------------------------------// Checks if a window is maximized Syntax: IsZoomed( <hWnd> ) --> lMaximized Parameters: <hWnd> The handle of the window to check if it is maximized. Returns: <lMaximized> ...