AutomaticUpdater function with button

Hi, wyBuild. I'm currently building a VB.NET application and I want to add the automatic updater but for it to function with a button. I do not want to put a menu-strip inside of application. I've seen other applications and now I'd like to do the same.

Thank You, ShadowNeo 🙂

Yes you can do that: https://wyday.com/forum/t/188/menuitem-devexpress-ribbon/#post-919

That's C#. The same would apply to VB.NET (instead of a switch statement you'd use a Select Case statement: https://msdn.microsoft.com/en-us/library/cy37t14y.aspx

But the whole point of the automaticUpdater is that it automatically checks for updates. So you don't need a menu or a button at all.

Does that make sense?

Yes, it makes sense but I have a question. When I made an update for my program, it had no menu strip or button and it didn't update. I made the GUID, and mode was automatic and it still didn't work, but thanks. I got it to work.