AutomaticUpdater in MDI forms

I have added the autoupdater to a mdi windows form. I also added the menu choice to get updates. The menu choice works fine and gets the updates but I thought it was supposed to check when the app is started. Do I need to call the automaticupdater when my form loads?

Thanks for the help Doug

Hey Doug,

If you add the AutomaticUpdater to the outemost form then, yes, the AutomaticUpdater will check on startup. However you should note that the DaysBetweenChecks property tells the AutomaticUpdater how often to check. (You don't want the AutomaticUpdater checking on every startup -- that would be a waste of bandwidth).