Hi there... I know is a big title...
I don't need that to be a "B4J" solution - it can be cmd / line or poweshell script... but b4j will be the "best"
So that i need to know - is the program user works now on + in front... not all the apps are running in memory but the front one !!!
With powershell i can see with this command what is running now... but which is in front of all?
example:
I don't need that to be a "B4J" solution - it can be cmd / line or poweshell script... but b4j will be the "best"
So that i need to know - is the program user works now on + in front... not all the apps are running in memory but the front one !!!
With powershell i can see with this command what is running now... but which is in front of all?
example:
B4X:
Get-Process | Where-Object { $_.MainWindowTitle } | Format-Table ID,Name,Mainwindowtitle ?AutoSize
Id Name MainWindowTitle
-- ---- ---------------
3392 B4J xxxxxx - B4J
8988 B4J jRDC - B4J
4984 cmd Administrator: Γραμμή εντολών - powershell
Last edited: