Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
FindWindowByTitle
Is it possible to check what program/applications is now running using openinsight code. I use FindWindowByTitle function, but i think the fucntion is not working.
Any suggestions ?
User: Albert Kurniawan
Any suggestions ?
User: Albert Kurniawan
Comments
However, it gets even more complicated because you then have to use WinAPI structures to get information on each process.
What problem are you trying solve that requires you to find out what's running?
x = utility("RUNWIN","C:\Revsoft\Absent.exe").
But the problem is how to check if the program (Absent.exe)
is already running or has been closing.
User: Albert Kurniawan