1
Just few days ago I've faced with a nasty problem - after I click on any icon in Windows Taskbar nothing happens except for icon blinking (though application should be brought to foreground). I've spent some time for investigation trying to fix this problem, but no avail.
Here is what I figured out:
- This issue happens only with x86 applications on Win64 for me.
- Spy++ says me that after i click on icon it receives strange message
VSM_TRYRESTOREFOCUS
and then multiple times0x0118
message (looks likeWM_TIMER
but Spy++ can't detect what it is and calls it 'unknown').
My first thought this is Windows hook from some nasty application, but I have almost the same application set on another PC and everything works alright. If you have ever faced with something similar I would be very grateful for any suggestions. Please do not hesitate to ask clarifications.
P.S. The only difference between my computers that on the problematic one I have two monitors.
Fortunately this issue has gone after I had cleaned up all excessive software and updated rest of it. So I suppose that this is not a native Windows bug. But surely, I will check this workaround if the problem return. – Ivan – 2013-11-28T07:34:56.733