Hello everyone,
I found when doing CPU intensive operations, for example, when I start a Windows Media Encoder to record full screen, all mouse operations on other applications especially double-click are not very responsive.
I am looking for programming solutions to improve the mouse responsive. The only solution I could think of is to lower the process/thread priority of CPU intensive operations. Not sure it is a good solution, any other good ideas?
My platform is: C# + VSTS 2008 + .Net 3.5.
thanks in advance, George