Newbie Problem

Hi

I have just downloaded the free Automatic Updater trial and am working my way through the video guide.

I have added the automatic updater to my form -> set location as top right -> set the GUID but when I try to choose mnuCheckForUpdates from the MenuItem I am getting nothing showing ... only (none)

Have previously named mnuCheckForUpdates on my Help menu ?

Any help would be much appreciated

thanks

George

Hey George,

but when I try to choose mnuCheckForUpdates from the MenuItem I am getting nothing showing ... only (none)

Try using the "ToolStripItem" property instead of the "MenuItem" property. Does that work?

Hi

ToolStripItem works thanks

Next problem .... double clicking inside the Closing Aborting event takes me into a Private Sub within my form

I dont get the code as shown in the video - do you have this for me to copy in or any tips ?

thanks

George

See the "Useful Properties & Events" section in the AutomaticUpdater tutorial for Windows Forms article.

This functionality is only useful if you're loading files in the constructor of your form. Otherwise you don't really need it.