Quote Originally Posted by ajay_vb View Post
Also What are the ways one can reduce the CPU usage while writing programs which consume more CPU Time.
There are many ways to reduce the CPU usage.... for example use the timer control instead of a loop. This should all but eliminate your CUP Usage. Similarly there are many other tips... It totally depends on your code... So if you can exactly show what are you doing then may be we can be more specific...