FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Program in execution
Posts: 332
Joined: Thu Nov 17, 2005 09:11 PM
Program in execution
Posted: Wed Jan 05, 2011 02:58 AM

Hi all,

How i can know if one program called UNI.EXE it in execution?

Thanks in advance.

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Program in execution
Posted: Wed Jan 05, 2011 05:44 AM
Wanderson,

Code (fw): Select all Collapse
if GetModuleHandle( "UNI.EXE" ) != 0
   MsgInfo( "UNI.EXE is running" )
endif
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 332
Joined: Thu Nov 17, 2005 09:11 PM
Re: Program in execution
Posted: Sat Jan 08, 2011 02:07 AM

Thanks Antonio.

Continue the discussion