Please help me (using the AutomaticUpdater)

Hello,I have never in my life used microsoft visual studio 2010 so please help me. The program is writed in c# and I want to add a update feature to it. It has no menu boxes. How to add the wybuld automaticupdater to it?

Did you read the AutomaticUpdater intro (and the Windows Forms or WPF tutorials).

If you're just talking about having no menu, but you want to add the ability for users to interact with the updater, then see this topic. If you don't care about user interaction, then simply add the AutomaticUpdater to your form. It will handle all of the details for you.

Tell me if this helps.

how to add the AutomaticUpdater to my form?

Watch the video tutorial. It shows you how to add the AutomaticUpdater to your form.

How to add menu item to my c# program? I have tried with ToolStripMenuItem and I could not find menu item. Please help

If you're using a MainMenu: set the MenuItem property of the AutomaticUpdater.If you're using a MenuStrip: set the ToolStripItem property of the AutomaticUpdater.

Source: AutomaticUpdater tutorial for Windows Forms

Tell me if this helps.

I found it when I posted my last post. But with which website will it check for update if I selected a simply dll file?

I'm I afraid I don't understand the question. Are you talking about the download site? If so, you should check out the step-by-step walkthrough. It explains where updates are downloaded from.

It works now. I had forgotten to copy two wyupdate files to my application folder.Thanks. Problem is resolved. And sorry for so much questions. I am starter 🙂