Translating the AutomaticUpdater control

HiAre there any work arounds to the control in .net for VB6 to do auto closing of the application if update is selectedto avoid the [Close Processes] windows.

ThanksDon

Hey Don,

Sure, you can use wyUpdate to silently check for updates. See: How to Silently Check for Updates.

Call wyUpdate once to see if updates are available. Then, if there are updates available, start wyUpdate and close your app immediately.

Tell me if that helps.

Thanks Sam... worked like a charm.Don