Page 1 of 1

picpick.exe program hook problem

Posted: Wed Apr 26, 2017 5:24 am
by bojlso
Hello,

Hooking BitBlt function in the 'picpick.exe' program and call SendIpcMessage in callback function

Then on some PC's picpick program capture only white screen

if Do not use SendipcMessage then capture is ok.

I don't know why this problem to occur and wonder if there is a solution.

thanks.

Re: picpick.exe program hook problem

Posted: Wed Apr 26, 2017 10:56 pm
by madshi
How did you set the "handleMessages" parameter in the SendIpcMessage() call? Try if setting it to "false" fixes the problem? You should set it to "true" only if you expect a somewhat longer wait time until the IPC reply arrives.

Re: picpick.exe program hook problem

Posted: Thu Apr 27, 2017 12:47 am
by bojlso
problem is solved thanks!