Hello,
i have a button in my software that when i press it, it get data results from an online database and show
them to a second form. My problem is, when ever i press it, it requires 5 or more seconds (depending on internet connection)
to get the query results from the online database and when that happens the software looks like it crushed during that time but its not. So,
my question is: how can i show a loading image (something spinning) or something similar so the user will understand
that it loading and not crushed on that duration? I know i can use a background worker thread to do that but i have no idea how,
thank you in advance.
