A aa Jan 6, 2005 #1 how to solve this problem: http://support.microsoft.com/default.aspx?scid=kb;en-us;329247
G Guest Jan 6, 2005 #2 As it says in the KB: "To work around this behavior, use the Timer component that the System.Timers namespace provides." Do not use the Windows.Forms.Timer class. HTH, Jakob.
As it says in the KB: "To work around this behavior, use the Timer component that the System.Timers namespace provides." Do not use the Windows.Forms.Timer class. HTH, Jakob.