Well i resolve my first issue but i have next one.I need follow tutorial on that video but when i add "menustrip1" to form and follow your video then insert updater.dll in form1 , in property it is not showing the "menu item" so i cant select it. there is only 'none', so pls help me with this too,thanks!
Thanks i tried but i cant figure it oput what code should it be as in youtueb video the man use c# and i use VB .Net and im not guru, so how ever i online converted code but i get error in vb code.Converted code like this:
Namespace YourApp Public Partial Class Form1 Inherits Form Public Sub New() Font = SystemFonts.MessageBoxFont InitializeComponent() lblVersion.Font = New Font(Font, FontStyle.Bold) If Not automaticUpdater1.ClosingForInstall Then LoadSettings() End If End Sub Private Sub LoadSettings() End Sub Private Sub automaticUpdater1_ClosingAborted(sender As Object, e As System.EventArgs) LoadSettings() End Sub End ClassEnd Namespace
'======================================================='Service provided by Telerik (www.telerik.com)'Conversion powered by NRefactory.'Twitter: @telerik'Facebook: facebook.com/telerik'=======================================================BUT...Namespace dosnt exist in my form 🙁IS THERE SOME tutorial how the man create that Menu from start? as video shoed only adding updater so the code will change and also i cant find any topic in google,thx Sam
So i only miss now what to type in ClosingAbort event, thx for code for vb .net
MY FORM:
Public Class Form1
Private Sub AutomaticUpdater1_ClosingAborted(sender As Object, e As EventArgs) Handles AutomaticUpdater1.ClosingAborted ####??????### End SubEnd Class
You don't have to put anything there.
Yes thx Sam i just view other reply in other topic 🙂PS: Just wondering now after i downloaded the VB .Net API .sln and i hit START to see, how to insert /Import 'TurboActivate.dll' in form1 to test.ThanksPS: I know for you all it is very stupid question but I'm just try to leanr, so thx for help and I will next week but this license I promisse 🙂
"An error occurred creating the form. See Exception.InnerException for details. The error is: Unable to load DLL 'TurboActivate.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
"An error occurred creating the form. See Exception.InnerException for details. The error is: Unable to load DLL 'TurboActivate.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
TurboActivate.dll has to be in the same folder as your exe. See: Using TurboActivate with Visual Basic .NET.