Reputation: 11
I have a serious problem with my visual studio 2013 suddenly yesterday it began a "Losing Focus" Problem
I mean when I open visual studio it starts to lose focus every few seconds which is really annoying especially while writing code
and not just visual studio, but all other applications they start a loop of losing focus every few seconds but, once I close VS 2013, everything goes back to normal again kindly help me with this issue as it's driving me crazy
Upvotes: 1
Views: 539
Reputation:
This is simply because there is some "background working" application that causes this. Visual studio has nothing wrong with your problem.
e.g. showing a window (then losing focus) then hiding it immediately, so one cannot observe it.
Try using Task Manager to find out. Also, you can check start-up apps (with msconfig
tool)
Upvotes: 2