Yes, It's ok.private sub avvio()
'codice programma
end sub
private sub button1_click....
Dim MyThread As New Thread(AddressOf AVVIO)
MyThread.Start()
end sub
Fai esattamente come ti ho detto io, solo che metti AddressOf Avvio sull'inizializzazione del thread.come faccio?![]()
![]()