Run Eraser in background

ernie83

New Member
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.
 
Back
Top