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,
Want to boost your .NET application performance?
Some developers always seem to write efficient and lightening-fast code. What is their secret? It’s ANTS Profiler. “We improved the performance of the application up to 10 times” Dan Ports, Intrigma.
Try it for yourself now.
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 ,