Windows timing? -
01-29-2006
, 09:53 AM
I wrote basically a glorified text editor in VB.NET 2003, which I use
to write applications in Assembler.
I notice that when my .NET application is open, the timers (tried both
WM_TIMER, and created Threads that use GetTickCount) run faster than
when the .NET application isn't.
Has anyone else encountered such bizarre changes in application speed
when a .NET application is running? |