Search found 115 matches: showwindow

Return to advanced search

Re: FWH64

... TWINDOW:RESIZE(0) in .\source\classes\WINDOW.PRG Called from TWINDOW:HANDLEEVENT(0) Called from _FWH(0) in .\source\classes\WINDOW.PRG Called from SHOWWINDOW(0) Called from TWINDOW:ACTIVATE(0) in .\source\classes\WINDOW.PRG Called from MAIN(134) in .\config.prg
by byte-one
Fri Apr 01, 2016 6:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH64
Replies: 110
Views: 25508

Re: dialogo o ventana pantalla completa

+1

DEFINE DIALOG oDlg STYLE nOr(WS_POPUP, WS_VISIBLE)

ACTIVATE DIALOG oDlg CENTERED ON INIT ShowWindow(oDlg:hWnd, 3)
by Sistem
Mon Feb 01, 2016 12:13 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: dialogo o ventana pantalla completa
Replies: 12
Views: 1303

Re: FWH1510:Problem with resource background become black color

... 2015.12.17 18:58:41: W:\Project\WinCurtainErp\241\XXX\Exe32\WinCurtainErp.exe -- BMP,-2046489613,TMDIFRAME:HANDLEEVENT(0)->_FWH(3602)->SHOWWINDOW(0)->TMDIFRAME:ACTIVATE(996)->TWINCURTAINERP:NEW(556)->MAIN(349) 2015.12.17 18:58:41: W:\Project\WinCurtainErp\241\XXX\Exe32\WinCurtainErp.exe ...
by richard-service
Thu Dec 17, 2015 11:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH1510:Problem with resource background become black color
Replies: 13
Views: 6492

Re: Connect to Advantage Database

Hi Antonio , I try to make some test on FLH this morning. After install UBUNTU 14.04 LTS and all the packages needs to compile FLH i've a lot of errors like this: compiling... Harbour 2.1.0rc2 (Rev. 16643) Copyright (c) 1999-2011, http://harbour-project.org/ Compiling 'tutor01.prg'... Lines 1097, Fu...
by giuliano
Thu Aug 06, 2015 10:43 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Connect to Advantage Database
Replies: 31
Views: 11697

Re: How to keep a appl. on top of the dialog on resize ?

... SW_RESTORE 9 ,,, ,,, FUNCTION TOP_CLOSE(nType) hWnd := FindWnd( "COLOR-PICKER 1.1" ) // Title !!! IF hWnd != NIL IF ISICONIC( hWnd ) SHOWWINDOW( hWnd, SW_RESTORE ) ENDIF IF nType = 1 SETFOREGROUNDWINDOW( hWnd ) ENDIF IF nType = 2 SENDMESSAGE( hWnd, WM_CLOSE ) ENDIF ELSE MsgAlert( ...
by ukoenig
Sat Aug 01, 2015 1:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to keep a appl. on top of the dlg on resize ? (solved)
Replies: 5
Views: 2464

Re: How to keep a appl. on top of the dialog on resize ?

... oDlg CENTERED .. .. RETURN NIL // ---- FUNCTION ON_TOP() CFILENAME := "COLORPICK.exe" IF ISEXERUNNING( CFILENAME( HB_ARGV( 0 ) ) ) SHOWWINDOW( FINDWINDOW( 0, "COLORPICK" ), 9 ) SETFOREGROUNDWINDOW( FINDWINDOW( 0, "COLORPICK" ) ) ENDIF RETURN NIL both are not ...
by ukoenig
Sat Aug 01, 2015 7:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to keep a appl. on top of the dlg on resize ? (solved)
Replies: 5
Views: 2464

Re: Minimizar aplicacion

Carlos,

Una vez consigas su hWnd (usando FindWindow()) podrías hacer:

ShowWindow( hWnd, SW_MAXIMIZE )
by Antonio Linares
Mon Apr 20, 2015 8:24 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Minimizar aplicacion
Replies: 4
Views: 486

Re: Focus to my application

Armando,

My fault... Now is working:

hWnd := FindWindow (0, oWnd:cTitle () )

ShowWindow( hWnd, 9) // is diplayed even if minimized

Tks!

Rodrigo Melo
by ip_ram
Mon Feb 23, 2015 7:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Focus to my application (resolved!)
Replies: 6
Views: 825

Focus to my application (resolved!)

Hello!

I need to give focus to my application when it happens a condition.

I'm using a function called by the Timer to verify this condition.

I've tried the ShowWindow () functions and SetForegroundWindow () but without obtaining the desired result.

Any suggestions?

Thank you
by ip_ram
Mon Feb 23, 2015 4:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Focus to my application (resolved!)
Replies: 6
Views: 825

Re: Make a dialog never lost focus

... return nil /**************************************/ static function TestFocusApp() /* */ if !oButton[1]:lfocused .and. !oButton[2]:lfocused ShowWindow(ownd:hwnd, SW_MINIMIZE) ShowWindow(ownd:hwnd, SW_RESTORE) endif return .t.
by MGA
Wed Aug 20, 2014 8:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Make a dialog never lost focus
Replies: 16
Views: 3099

Re: Dialogo o ventana siempre al frente!

Daniel,

En windows 7, el botón de inicio del Windows 7 no está invisibilizando. ¿Qué debo hacer?

ShowWindow(FindWindow( 'Shell_TrayWnd',nil), SW_HIDE )

Gracias, saludos.
by karinha
Thu Mar 06, 2014 2:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Dialogo o ventana siempre al frente!
Replies: 8
Views: 2325

Re: How to print HTML file?

... cHtmlOrUrl) do while alltrim(oIe:document:readyState) <> 'complete' sysrefresh() waitseconds(.5) enddo if lshow oWnd:oClient = oIe ShowWindow(oWnd, 1 ) && 1=Show,0=hide ACTIVATE WINDOW oWnd oWnd:Center() else for i=1 to nCopies msgwait('Printing large receipt (' + alltrim(str(i)) ...
by Jose Dolar
Tue Jan 14, 2014 5:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to print HTML file?
Replies: 4
Views: 1341

Help about activex

... oActiveX:All:Item("Info",0):Value := "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" ShowWindow(hWnd, 1 ) //SW_MAXIMIZE=3 SW_NORMAL=1 SW_MINIMIZE=6 ACTIVATE WINDOW oWndWeb Return .t.
by Wanderson
Wed Dec 18, 2013 2:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help about activex
Replies: 3
Views: 947

error en control.prg

... => TSCROLLBAR:HANDLEEVENT( 271 ) Called from: .\\source\\classes\\WINDOW.PRG => _FWH( 3234 ) Called from: => SHOWWINDOW( 0 ) Called from: .\\source\\classes\\WINDOW.PRG => TWINDOW:ACTIVATE( 986 ) Called from: anexo\\planning.prg => e_PLANNING( 184 ) Y ...
by elvira
Tue Nov 19, 2013 7:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: error en control.prg
Replies: 1
Views: 425

Re: TDialog problem

... it is quite noticeable. I did do a test with DIALOG.PRG whereby in the :Activate() I put a MsgInfo() after the CreateDlg() and another after ShowWindow( ::hWnd, SW_HIDE ). After CreateDlg() the ghost dialog (with no data and without RESIZE16) was shown. Then upon closing the test MsgInfo() ...
by Roger Seiler
Sun Oct 20, 2013 10:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDialog problem
Replies: 7
Views: 2424
PreviousNext

Return to advanced search