Search found 20 matches: iszoomed

Return to advanced search

SQL BROWSER with FIVEWIN + xBrowser

... static function VerificaWindowsSQLBrowser() /* */ if s_oWndSqlBrowser != Nil if !IsZoomed(s_oWndSqlBrowser:hWnd) s_oWndSqlBrowser:Maximize() endif return(.f.) endif return(.t.)
by MGA
Fri Dec 20, 2019 1:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQL BROWSER with FIVEWIN + xBrowser
Replies: 8
Views: 1701

Re: Saber si ventana MDI esta abierta

... /*****************************************************************************/ static function VerificaWindows() /* */ if s_oWndPDF!= nil if !IsZoomed(s_oWndPDF:hWnd) s_oWndPDF:Maximize() endif return(.f.) endif return(.t.)
by MGA
Mon Sep 30, 2019 5:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Saber si ventana MDI esta abierta - ( SOLUCIONADO )
Replies: 9
Views: 1664

Re: Ayuda DLL

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)...
by ricardog
Thu Aug 31, 2017 2:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6286

EXCEL - Desalineado con la ventana.

... procedure AbrePlanilhaExcel( cPlanilha ) /* */ local oError, oExcel, cTitulo Default cPlanilha := '' if s_oWndExcel != nil if !iszoomed(s_oWndExcel:hwnd) s_oWndExcel:Maximize() endif return endif if !Empty(cPlanilha) .and. !File(cPlanilha) MsgStop('Planilha informada não foi ...
by MGA
Mon Oct 03, 2016 1:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: EXCEL - Desalineado con la ventana.
Replies: 11
Views: 2602

Re: Colocar Excel/Word en Aplicacion

... procedure AbrePlanilhaExcel( cPlanilha ) /* */ local oError, oExcel, cTitulo Default cPlanilha := '' if s_oWndExcel != nil if !iszoomed(s_oWndExcel:hwnd) s_oWndExcel:Maximize() endif return endif if !Empty(cPlanilha) .and. !File(cPlanilha) MsgStop('Planilha informada não foi ...
by MGA
Sun Aug 28, 2016 9:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Colocar Excel/Word en Aplicacion
Replies: 10
Views: 3125

Re: "Snap" for Clipper

...     1522 ISVISIBLE()            (function  in ?)    WINDOW.PRG      661  3543 ISWINDOWVISIBLE()      (function  in ?)    WINDOW.PRG      661 ISZOOMED()             (function  in ?)    WINDOW.PRG     1626  1627  1652 KEYBMODE()             (function  in ?)    WINDOW.PRG     2875 KEYCHAR() ...
by Antonio Linares
Sat Oct 26, 2013 9:44 am
 
Forum: Off Topic / Otros temas
Topic: "Snap" for Clipper
Replies: 7
Views: 6540

Re: Window question

... 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 ...
by Gale FORd
Wed Jun 08, 2011 7:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Window question
Replies: 8
Views: 1783

Re: Minimize Dialog and Window too

How can I test iconized state OF a Dialog or Window?


IsIconic( <hWnd> ) –> lIconic

The below given fuction may also be useful for you.

To check whether a Window is in maximised state or not
IsZoomed( <hWnd> ) –> lMaximized

Regards
Anser
by anserkk
Mon Jan 24, 2011 10:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Minimize Dialog and Window too
Replies: 25
Views: 4178

Re: How to know if the status of a window?

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
by sambomb
Mon Oct 11, 2010 1:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to know the status of a window? [SOLVED]
Replies: 1
Views: 429

Re: Maximize and Minimize

Lailton

IsZoomed( hWnd )
IsIconic( hWnd )
by Daniel Garcia-Gil
Wed Apr 07, 2010 11:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Maximize and Minimize
Replies: 1
Views: 397

Re: Se necesita ayuda en el wiki !

... IsDiskette() IsIconic() IsMenu() IsOEM() IsOverWnd() IsWin64() IsWin95() IsWin2000() IsWindowVista() IsWindowVisible() IsWinNT() IsZip() IsZoomed() JoyGetDevCaps() JoyGetNumDevs() JoyGetPos() JoyGetThreshold() JoyReleaseCapture() JoySetCapture() KeyFast() KeyToggle() KillTimer() L2Hex() ...
by Cgallegoa
Sun Feb 21, 2010 10:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Se necesita ayuda en el wiki !
Replies: 12
Views: 5494

Re: How to identify WindowState

IsIconic( oWnd:hWnd )
IsZoomed( oWnd:hWnd )
by nageswaragunupudi
Tue Feb 02, 2010 6:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to identify WindowState
Replies: 11
Views: 2579

Re: Saber tamaño de una ventana

... 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> ...
by Daniel Garcia-Gil
Mon Mar 23, 2009 3:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Saber tamaño de una ventana
Replies: 3
Views: 483

Problem with Editor of Source

... nCol := odlge:nLeft nWidth := odlge:nRight-odlge:nLeft nHeight := odlge:nBottom-odlge:nTop IF IsIconic( odlge:hWnd ) nState := ST_ICONIZED ELSEIF IsZoomed(odlge:hWnd) nState := ST_ZOOMED ELSE nState := ST_NORMAL ENDIF INI oIni FILE cIniFile GET nRow SECTION "Coordenadas" ; ENTRY "Fila" DEFAULT ...
by Vladimir Zorrilla
Wed Jun 18, 2008 10:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Editor of Source
Replies: 1
Views: 1525

Editor de Codigo con syntaxis coloreada interperte y texto i

... nCol := odlge:nLeft nWidth := odlge:nRight-odlge:nLeft nHeight := odlge:nBottom-odlge:nTop IF IsIconic( odlge:hWnd ) nState := ST_ICONIZED ELSEIF IsZoomed(odlge:hWnd) nState := ST_ZOOMED ELSE nState := ST_NORMAL ENDIF INI oIni FILE cIniFile GET nRow SECTION "Coordenadas" ; ENTRY "Fila" DEFAULT ...
by Vladimir Zorrilla
Wed Jun 18, 2008 10:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Editor de Codigo con syntaxis coloreada interperte y texto i
Replies: 1
Views: 2157
Next

Return to advanced search