Hi,
I'm using the AutomaticUpdater control and I've got DaysBetweenChecks at 0 and WaitBeforeCheck at 1.
The app does seem to check for updates in the background on start-up, but nothing is reported to the user to say "you already have the latest version" - this only happens if you use the menu strip item.
I did find this quote from Sam elsewhere on this forum:
"The AutomaticUpdater only checks for updates once at the start of your program. SO if you're rolling your date forward make sure you restart your app. Also, if no updates are available (or a non-critical error happens) nothing is shown to the user."
My question is... how can I get the AutomaticUpdater control to say "you already have the latest version" without getting the user to click on the menu item?
ForceCheckForUpdates() doesn't seem to help either.
add