I have started a command line MP3-player (Fmedia). How do I send (Hotkeys) commands to that app. when it's running? I have the PID.
I can't seem to find it, besides a way to kill a running proccess.
Dim strApp, PID
strApp = "C:\Take5-V4\fmedia\fmedia-gui.exe """ & strFilename & """"
PID = Shell(strApp, vbNormalFocus)