diff --git a/Form1.vb b/Form1.vb index 659fea6..7c8860e 100644 --- a/Form1.vb +++ b/Form1.vb @@ -849,7 +849,7 @@ Public Class Form1 Public Function ProcessEvents(ByVal nProg As Integer, ByVal nPause As Integer) As Integer ' Se previsto, imposto progress If nProg > 0 Then - tsStatusProgress.Value = nProg + tsStatusProgress.Value = Math.Min(nProg, 100) End If ' Costringo ad aggiornare Application.DoEvents() diff --git a/My Project/AssemblyInfo.vb b/My Project/AssemblyInfo.vb index acb2a6e..3ae4783 100644 --- a/My Project/AssemblyInfo.vb +++ b/My Project/AssemblyInfo.vb @@ -46,5 +46,5 @@ Imports System.Runtime.InteropServices ' utilizzando l'asterisco (*) come descritto di seguito: ' - - + +