Hi, I need to know the exe file of the foreground/active window, I know you can get the window handle, window title and window class with some extensions...
Getting the whole list of processes exes is also possible, but I have no idea on how to find out which one is in focus...
I was thinking about trying .NET, Python (win32gui) and LUA (winapi + ffi), but I couldn't find a way of loading those libraries properly...
Could someone please help me?