Torna al Thread

Public Sub sost() TextBox1.Text.Replace("ciao", "buongiorno") End Sub Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click If TextBox1.Text = "" Then MsgBox("Vuoto!", MsgBoxStyle.Information) Else sost() End If End Sub
Copyright © dotNetHell.it 2002-2024
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5