Search found 113 matches: gettasks

Return to advanced search

Re: Frase se ajuste a un ancho

... 217 ) Called from: .\source\classes\WINDOW.PRG => _FWH( 3680 ) Called from: => GETWINDOWTEXT( 0 ) Called from: .\source\function\GETTASKS.PRG => ADDTASK( 32 ) Called from: .\source\function\GETTASKS.PRG => (b)GETTASKS( 15 ) Called from: => ENUMCHILDWINDOWS( 0 ) Called ...
by Antonio Linares
Fri Oct 07, 2022 11:05 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Frase se ajuste a un ancho
Replies: 22
Views: 2696

Re: task manager

Patrizio,

Friend, using WINDOWS 7, gettasks () returns me an incomplete list of processes.
I need a complete list so that I can find the name of the MYSQL process installed.

Thanks
by MGA
Wed Oct 11, 2017 11:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: task manager
Replies: 6
Views: 875

Re: Ayuda DLL

... from P:\32BITS\FWH\LIB\FIVEHX.LIB|ERRSYSW Error: Unresolved external '_HB_FUN_ENUMCHILDWINDOWS' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|GETTASKS Error: Unresolved external '_HB_FUN_FWBITMAP' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|ERRSYSW Error: Unresolved external '_HB_FUN_RDDLIST' ...
by ricardog
Thu Aug 31, 2017 2:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6358

Running tasks or processes

Hello,

In my FWH application I want to find out if TeamViewer is running or not.

First I used the GetTasks() function but teamviewer.exe is not appearing in the resulting array.

How can I find out in my FWH application whether teamviewer.exe is running or not?

Thanks a lot in advance.
by driessen
Sat Jul 08, 2017 4:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Running tasks or processes
Replies: 1
Views: 626

Re: problem w with FWH 16.12 and xHB.com

... MYC_FLAGS = MYDEFINES = MYPRG_FLAGS = [Source\Function\getsysin.prg] MYC_FLAGS = MYDEFINES = MYPRG_FLAGS = [Source\Function\gettasks.prg] MYC_FLAGS = MYDEFINES = MYPRG_FLAGS = [Source\Function\gtf.prg] MYC_FLAGS = MYDEFINES = MYPRG_FLAGS = [Source\Function\harbour.prg] MYC_FLAGS ...
by kajot
Sun Dec 25, 2016 9:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem w with FWH 16.12 and xHB.com
Replies: 11
Views: 4975

Re: GetTasks() Function

Thank Antonio and Stefano
they both work

Maurizio
www.nipeservice.com
by Maurizio
Mon Oct 19, 2015 9:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetTasks() Function
Replies: 3
Views: 732

Re: GetTasks() Function

Non ricordo dove l'ho trovato ... KillProcess("menu.exe") FUNCTION KillProcess( cExe ) local oWmi, oList, oProc oWmi := WmiService() oList := oWmi:ExecQuery( "select * from Win32_Process where Name = '" + cExe + "'" ) for each oProc in oList oProc:Terminate() next retur...
by stefano
Fri Oct 16, 2015 6:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetTasks() Function
Replies: 3
Views: 732

Re: GetTasks() Function

Maurizio, You could try with the old FWH function GetTasks(): #include "FiveWin.ch"#define GHW_HWNDFIRST 0#define GHW_HWNDNEXT  2#define GWW_HINSTANCE -6//----------------------------------------------------------------------------//function ...
by Antonio Linares
Fri Oct 16, 2015 4:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetTasks() Function
Replies: 3
Views: 732

GetTasks() Function

Antonio

I have to close a program (that is in Try Icon Bar )
I tryed with GetTasks() but the program is not in the list , but if I open task manger insted it is.

Thank in anticipation
Maurizio
www.nipesetvice.com
by Maurizio
Fri Oct 16, 2015 2:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetTasks() Function
Replies: 3
Views: 732

Re: bug errorsys Tasklist

Moisés, La función GetTasks() se modificó en Julio del 2011. Este es el código que usaba antes: #include "FiveWin.ch"#define GHW_HWNDFIRST 0#define GHW_HWNDNEXT  2#define GWW_HINSTANCE -6//----------------------------------------------------------------------------//function ...
by Antonio Linares
Tue Jun 02, 2015 9:24 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: bug errorsys Tasklist
Replies: 3
Views: 475

Recompilar FiveHMX para xhb.com

... "Obj\filename.obj" "Obj\fwdbgp.obj" "Obj\fwerror.obj" "Obj\getsysin.obj" "Obj\gettasks.obj" "Obj\gtf.obj" "Obj\harbour.obj" "Obj\keys.obj" "Obj\loadval.obj" "Obj\longnam2.obj" ...
by russimicro
Mon Dec 01, 2014 5:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Recompilar FiveHMX para xhb.com
Replies: 2
Views: 826

Re: limiting the numbers of instance of Winword

Yes Silvio

c:\fwh\source\function\gettasks.prg


But do not think you need to serve
by cnavarro
Thu Nov 07, 2013 2:27 pm
 
Forum: Off Topic / Otros temas
Topic: limiting the numbers of instance of Winword
Replies: 3
Views: 718

Re: How to setup UEStudio IDE and MS Visual Studio Exp 2012 ?

... unresolved external symbol _HB_FUN_DRAWTILED FiveH32.lib(HELP32.obj) : error LNK2001: unresolved external symbol _HB_FUN_FREELIBRARY FiveH32.lib(GETTASKS.obj) : error LNK2001: unresolved external symbol _HB_FUN_FREELIBRARY FiveH32.lib(PRV2PDF.obj) : error LNK2001: unresolved external symbol _HB_FUN_FREELIBRARY ...
by Andrés González
Sun Sep 29, 2013 12:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to setup UEStudio IDE and MS Visual Studio Exp 2012 ?
Replies: 14
Views: 4701

Checking if Outlook is running

Hello,

How can I check in FWH if Outlook is running on my PC?

I tried to use GetTasks() but Outlook can not be found in the tasklist.

Is there a difference in Outlook 2003, 2007, 2010 or 2013?

Anyone any idea?

Thanks a lot in advance.
by driessen
Wed Sep 18, 2013 5:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Checking if Outlook is running
Replies: 11
Views: 2370

New FTDN August/Agosto 2013 (FWH 13.08)

August 2013 =========== * Fix: function GetTasks() works on Windows XP, 7 and 8 again: http://forums.fivetechsupport.com/viewtopic.php?f=16&t=26973&p=150001#p150001 * New: samples/TestTitr.prg and TestTitr.rc shows how to build a TTitle ...
by Antonio Linares
Tue Sep 17, 2013 10:48 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN August/Agosto 2013 (FWH 13.08)
Replies: 0
Views: 2511
Next

Return to advanced search