That's just an example function to demonstrate where you should actually load your application's settings. If you don't have it, then don't use it.
Hello so i am following VB .Net tutorial BUT when you open in your video the "AutomaticUpdater1_ClosingAborted" it is not .Net but C# code!SO pls I need this all in VB .Net I can"t continue as my demo app is VB .Net and i cant do it in C#.So please any suggestion will be helpful.So i need translate your code for "AutomaticUpdater1_ClosingAborted"
1. in VB .Net I add LoadOptions() in order to replace "LoadSettings" BUT it doesnt work and it sayd error.2. if (!AutomaticUpdater1_ClosingAborted.ClosingForInstall) LoadSettings() ...IS ALSO not vb .net code, so please could you send the right code for me?thanks.
That's just an example function to demonstrate where you should actually load your application's settings. If you don't have it, then don't use it.
Thanks it works!!! : 🤣
So..if I good understand i need place all codes and all in form between the --> HERE ALL MY APP CODE? <--? Right?PS: It show no new update msg but it DOESNT SHOW THE Progressbar Status 🙁thanks
" Private Sub AutomaticUpdater1_ClosingAborted(sender As Object, e As EventArgs) Handles AutomaticUpdater1.ClosingAborted --> HERE ALL MY APP CODE? <-- End Sub"