Search found 15 matches: getwndapp

Return to advanced search

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: 6332

Re: What is lWRunning?

emotta_no,

There is a sample WINPOP4.prg
Maybe it gives You the infos You need.

hActiveWnd = If( ::oWnd != nil, ::oWnd:hWnd,;
If( nDlgCount > 1 .or. lWRunning(),;
GetActiveWindow(), GetWndApp() ) )


Best regards
Uwe :?:
by ukoenig
Thu Mar 13, 2014 12:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: What is lWRunning?
Replies: 3
Views: 659

Re: problem with FWH 2013.09 and xHarbour.com

Antonio, when I use xharbour january 2013 and FWH1309 and compile a simple test (achoice): #include "FiveWin.ch"//----------------------------------------------------------------//function Main()   SET _3DLOOK ON   MsgInfo( MsgSelect( { "one&qu...
by codemaker
Sat Nov 16, 2013 9:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with FWH 2013.09 and xHarbour.com
Replies: 4
Views: 1795

problem with FWH 2013.09 and xHarbour.com

when I compile simpe progam using FWH 2013.09 and xHarbour.com #include 'fivewin.ch' proc main alert('Test 2013.09') return a got error Type: C >>>xhb.exe -o"t.c" -m -n -q -gc0 -I"S:\include" -I"R:\include" -I"R:\include\w32" "t.prg"<<...
by kajot
Sat Nov 09, 2013 3:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with FWH 2013.09 and xHarbour.com
Replies: 4
Views: 1795

Build fails with 13.09 and xHarbour(.com )

I have the latest FWH build, re-downloaded this morning, which is 13.09 ( 2nd Build ). My primary project code builds perfectly usining FWH 13.08 and xHarbour ( .com ) from Summer 2010. Using FWH 13.09, with the EXACT SAME LINK SCRIPT AND CODEBASE ... yields the following errors unresolved externals...
by TimStone
Thu Nov 07, 2013 5:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Build fails with 13.09 and xHarbour(.com )
Replies: 9
Views: 1707

Problem with FWH 13.09

Antonio, I installed FWH 13.09 but after rebuilding my application, I got a whole list of externals which weren't found : _HB_FUN_RESALLFREE _HB_FUN_SYSREFRESH _HB_FUN_LASTKEY _HB_FUN_LWRUNNING _HB_FUN_READBITMAP _HB_FUN_GETWNDAPP _HB_FUN_DIALOGBOX _HB_FUN_WINRUN .... (a lot more) Any idea what is w...
by driessen
Thu Oct 31, 2013 4:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FWH 13.09
Replies: 13
Views: 2529

Re: "Snap" for Clipper

...  in ?)    WINDOW.PRG      531   881  2776  3867  3942  3960  3980  4088 GETWINDOWTEXT()        (function  in ?)    WINDOW.PRG      626  1443 GETWNDAPP()            (function  in ?)    WINDOW.PRG     2610  3798 GETWNDDEFAULT()        (function  in WINDOW.PRG)    WINDOW.PRG     3224! 3425  3426 ...
by Antonio Linares
Sat Oct 26, 2013 9:44 am
 
Forum: Off Topic / Otros temas
Topic: "Snap" for Clipper
Replies: 7
Views: 6698

Re: GPF error

Hello Antonio I have a casual GPF error and don't know how to resolve . The message is :Offset : 001fb5f and this is the section of the MAP file 0001:0001F02C c611_0 0001:0001F02C __SetAcceleratorTable 0001:0001F047 _HB_FUN_SETIDLEACT 0001:0001F04C _HB_FUN___GENGPF 0001:0001F058 _HB_FUN_WINRUN 0001...
by Patrizio
Tue Apr 20, 2010 6:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GPF error
Replies: 11
Views: 2558

Re: Se necesita ayuda en el wiki !

... GetTextColor() GetTextHeight() GetTextWidth() GetTickCount() GetVersion() GetWinDir() GetWindowWord() GetWinFlags() GetWinTxtLength() GetWndApp() GetWndFrame() GetWndRect() GetWndTask() GlobalAddAtom() GlobalAlloc() GlobalCompact() GlobalData() GlobalFree() GlobalGetAtom() GlobalLock() ...
by Cgallegoa
Sun Feb 21, 2010 10:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Se necesita ayuda en el wiki !
Replies: 12
Views: 5502

GPF error

Hello Antonio I have a casual GPF error and don't know how to resolve . The message is :Offset : 001fb5f and this is the section of the MAP file 0001:0001F02C c611_0 0001:0001F02C __SetAcceleratorTable 0001:0001F047 _HB_FUN_SETIDLEACT 0001:0001F04C _HB_FUN___GENGPF 0001:0001F058 _HB_FUN_WINRUN 0001:...
by Maurizio
Mon Jul 20, 2009 4:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GPF error
Replies: 11
Views: 2558

Re: FWH/xHarbour Menus

... if empty ::nLastKey = 0 ++nDlgCount hActiveWnd = If( ::oWnd != nil, ::oWnd:hWnd,; If( nDlgCount > 1 .or. lWRunning(),; GetActiveWindow(), GetWndApp() ) ) ::lCentered = lCentered ::lModal = lModal ::bLClicked = bLClicked ::bRClicked = bRClicked ::bWhen = bWhen ::bValid = bValid ::bInit ...
by E. Bartzokas
Mon May 25, 2009 3:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH/xHarbour Menus
Replies: 20
Views: 7758

... 107 error E2342 Type mismatch in parameter 'iNUMBER'(Wanted 'int,'got 'HWND_') in function CREATEWINE 195 Warning W8065 Call to function 'GetWndApp' with no prototype in function CONNECT1 195 error E2342 Type mismatch in parameter "hwnd" (wanted 'HWND_*', got 'int') in function CONNECT1 ...
by xhbcoder
Thu May 08, 2008 4:48 pm
 
Forum: FiveWin for CA-Clipper
Topic: Converting POS application to xHarbour + FWH
Replies: 50
Views: 15567

Re: Sobre outlook y blat

... enviar exitosamente varios mails, todos llegaron y con su respectivo archivo adjunto, pero... veo que cuando uno hace el llamado a ShellExecute( GetWndApp(), 0, ::cFileBat, 0, 0, SW_HIDE ), el control regresa instantáneamente al sistema y vuelve a enviar otro mail uno tras otro, tras otro... ...
by FiveWiDi
Mon May 14, 2007 7:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Sobre outlook y blat
Replies: 12
Views: 4412

Sobre outlook y blat

... enviar exitosamente varios mails, todos llegaron y con su respectivo archivo adjunto, pero... veo que cuando uno hace el llamado a ShellExecute( GetWndApp(), 0, ::cFileBat, 0, 0, SW_HIDE ), el control regresa instantáneamente al sistema y vuelve a enviar otro mail uno tras otro, tras otro... ...
by TecniSoftware
Mon May 14, 2007 1:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Sobre outlook y blat
Replies: 12
Views: 4412

Clase para manejar Blat.exe ....

... SW_MAXIMIZE 3 #define SW_MINIMIZE 6 #define SW_RESTORE 9 #define SW_HIDE 0 #define SW_SHOWNA 8 */ #define SW_HIDE 0 //Traza( 1, ShellExecute( GetWndApp(), 0, ::cFileBat, 0, 0, SW_HIDE ) ) //ShellExecute( GetWndApp(), 0, ::cFileBat, 0, 0, SW_HIDE ) If lEspera WaitRun( ::cFileBat ) If .not. ...
by FiveWiDi
Wed Oct 25, 2006 8:58 pm
 
Forum: Utilities / Utilidades
Topic: Clase para manejo de blat.exe desde FiveWin. V1.1
Replies: 8
Views: 5464

Return to advanced search