Hey guys,
I need to run eraser in the background without my main application losing focus. Currently i call the eraserl.exe from my main application with "-silent" option and pass the required flags to my CreateProcess call so that the exe is hidden (wShowWindow = SW_HIDE). But, my app still loses focuses while the exe does its thing.
Any recommendations how I can get around this? Im using version 5.8.
Thanks in advance.
I need to run eraser in the background without my main application losing focus. Currently i call the eraserl.exe from my main application with "-silent" option and pass the required flags to my CreateProcess call so that the exe is hidden (wShowWindow = SW_HIDE). But, my app still loses focuses while the exe does its thing.
Any recommendations how I can get around this? Im using version 5.8.
Thanks in advance.