Hello,
I have a windows gui application doing activities that could take long and I put these activities in a separate thread to avoid ui blocking.
I would show in the meanwhile a something to tell to the user that application is operating on background and wait (a spinning would be fine).
Is there something ready to use?
Thanks