hi,
I want to fire Timer Tick event in Do until Loop.but it did not fire?Please give me information that it will be fire or not?if not then why?
In advance Thanks,
Is it the timer class in System.Windows.Forms that you're using? Have you called the Start method to start the timer?
Tim
Yes timer class in system.windows.forms. Before started Loop I called the start method.
I'm not sure how much this helps but here's someone with the same problem
http://groups.google.co.uk/group/microsoft.public.dotnet.framework.windowsforms/browse_thread/thread/e62e81c7823734ed/d328d70d8457e174?lnk=st&q=#d328d70d8457e174
Hi ,