Torna al Thread

Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load myFsw.fsw.Path = "Z:\DEV\Clienti\InArrivoDaFornitore\ciccio1" myFsw.fsw.IncludeSubdirectories = False myFsw.fsw.Filter = "*.xml" myFsw.fsw.EnableRaisingEvents = True myFsw2.fsw.Path = "Z:\DEV\Clienti\InElaborazioneVsEsterno\Ciccio1" myFsw2.fsw.IncludeSubdirectories = False myFsw2.fsw.Filter = "*.txt" myFsw2.fsw.EnableRaisingEvents = True AddHandler myFsw.FileSystemMessage, AddressOf myFsw_FileSystemMessage AddHandler myFsw2.FileSystemMessage, AddressOf myFsw2_FileSystemMessage End Sub
Copyright © dotNetHell.it 2002-2024
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5