Hi
I am using wyupdate .net in my application. When the app starts there is form where the user enters username & password and logs in. I placed the automatic updater control on this form, and forcecheck for updates everytime it starts.
When the user logs in, this form closes and my main form opens.
The problem is if the user logs in before the automaticupdater is finished checking for updates, the application crashes.
Is there anyway to check if the status of the automatic updater, ie whether its finished or not, this way I could wait for it before closing the form.
P.S I need to check for updates before the user logs in because, my database on the server may have been updated and the user cannot login if there client app is out of date.
Thanks