I presently have a winforms app being started by another program (the
application updater). The application updater does not open with a form but
checks to see if updates are available and if so downloads and installs the
latest version. When the download is installed the application updater
display a form informing the user the install is complete and to click on
okay to use the new version.
My question is that during the time the update is being downloading the
normal application is still able to be run. I would like to change the
cursor to the wait cursor while the download is going on and on completion
return it to the normal cursor for them to answer the question. However no
matter where I put the change for cursor in the application updater it is
ignored. I assume because no window is being opened and used during this
time.
Can anyone help?
|