tags:

views:

30

answers:

1

Hi, How can i make the Dispatcher queue as empty in WPF?

+1  A: 

My blog post on dispatcher frames explains how to do this.

HTH,
Kent

Kent Boogaart
Thanks Kent, i saw it. How should i stop the next frames. I tried by commenting of PushFrame but it didn't work.
Khan