automaticupdater

hi 🙂

so my app is c# / vs2008 ... i am slightly confused about integration ... i want the "check for updates" to be visible and available on the about box but cannot see how to integrate it there

in fact i am wondering if it actually works if it isn't on the main form?

thanks

Unfortunately the AutomaticUpdater control has to be on the main form of the application for technical reasons. If you want the AutomaticUpdater on the main form, but you don't want it to be actually visible then you can use the "KeppHidden = true" property and the "Visible = false" property.