FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Running tasks or processes
Posts: 1467
Joined: Mon Oct 10, 2005 11:26 AM
Running tasks or processes
Posted: Sat Jul 08, 2017 04:08 PM

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.

Regards,

Michel D.
Genk (Belgium)


_____________________________________________________________________________________________

I use : FiveWin for (x)Harbour v. 25.12 - Harbour 3.2.0 (May 2025) - xHarbour Builder (January 2020) - Bcc773

Posts: 1392
Joined: Mon May 14, 2007 09:49 AM
Re: Running tasks or processes
Posted: Sat Jul 08, 2017 04:40 PM
  1. You can find a specific process using WMI
  2. using EnumChildWindows (find window TeamViwer)
  3. Findwindow()

Continue the discussion