Torna al Thread

Private Sub FlowLayoutPanel1_Paint(ByVal sender As System.Object, ByVal e As System.Windows.Forms.PaintEventArgs) Handles FlowLayoutPanel1.Paint If My.Settings.temporaneolavoro = "" Then MsgBox("Nessun lavoro caricato") Else Dim filescontati As String For Each filescontati In My.Computer.FileSystem.GetFiles(My.Settings.temporaneolavoro) Dim testo As New Button testo.CreateControl() Next End If End Sub
Copyright © dotNetHell.it 2002-2024
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5