This commit is contained in:
2025-05-16 09:28:50 +02:00
parent 28af74ca4b
commit db26c40475
2 changed files with 15 additions and 10 deletions

View File

@@ -1,4 +1,6 @@
Public Class UPDATERfrm
Imports System.Windows.Forms
Public Class UPDATERfrm
Dim CopyIncremental = True
Private Sub UPDATERfrm_Load(sender As Object, e As EventArgs) Handles Me.Load
@@ -9,6 +11,9 @@
Dim trd As New Threading.Thread(AddressOf Main)
trd.IsBackground = True
trd.Start()
'prevent user to close the form
btnClose.Enabled = False
End Sub