Automaticupdater: cannot bind to Menuitem

Hi,

I can't get the automaticupdater control to work.Following the online instructions, i can't bind a menuitem to the automaticupdater control.No menuitems are shown in the dropdownlist.When i compile, the control doesn't show and does nothing even when i call it with the code : automaticupdater1.update

manually using wyupdate works.I use VS2008 SP1 and can't figure out what is wrong.

Screenshot:

http://img130.imageshack.us/img130/9385/capturesg.jpg

Greetings..

Dave

Hi Dave,

Because you're using the MainMenuStrip in your app you should use the ToolStripMenuItem property of the AutomaticUpdater control. The MenuItem property is only if you use the MainMenu control in your app.

Thank you ! , i overlooked that property