Dear All
Am using Windows.Forms.Timer control in my application to refresh some graph
at a specified interval.This working fine.When I tried to stop timer using
Enable property ( by setting Enable = false ),
CPU is shooting up to 100% and is control is not returning from the
statement which tries to disable the timer.

My code is exactly as follows

this.m_pRefreshTimer.Enabled = false; //here it's failing
//Some clean up operation goes here , but control is not returning from the
above statement.

Please help me how to get rid of this problem.

Thanks in advance.

Regards
Krishna