T
TudorCiucas
Guest
Hi,
I have created a C++ application (.exe) which loads some DLLs and removes some files from my PC. This C++ app (runs in the background) is opened by a Chrome extension I created.
The problem is that after I close the webpage (which then sends a command to the c++ application to exit) the c++ app closes and then the windows explorer process is suspended. The windows taskbar disappears and I have to open task manager, to kill the windows explorer process and then open that process again for everything to be ok.
Is there something which can trigger something like that? which can make the whole windows explorer suspend?
Continue reading...
I have created a C++ application (.exe) which loads some DLLs and removes some files from my PC. This C++ app (runs in the background) is opened by a Chrome extension I created.
The problem is that after I close the webpage (which then sends a command to the c++ application to exit) the c++ app closes and then the windows explorer process is suspended. The windows taskbar disappears and I have to open task manager, to kill the windows explorer process and then open that process again for everything to be ok.
Is there something which can trigger something like that? which can make the whole windows explorer suspend?
Continue reading...