c# 4.0 - How to show loading image when to send an email in wpf application -


Actually I send an email by clicking the send button. When clicking the Send button, I want to show a loading image and hide it automatically after sending it to the email (email).

There is an article about this, I think it works for you, mail and its completion Change the visibility of progress bar as well.


Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

asp.net mvc - How to attach sql database to a javascript graph -

c# - How to know the number of Threads created and limit the Tasks accordingly -