Torna al Thread

'Ci sono altre date? If num <> "" Then Dim result As MsgBoxResult result = MsgBox("Ci sono altre attività per questa data.Vuoi aggiungere il record?", MsgBoxStyle.YesNo, "Question") If result = MsgBoxResult.Yes Then MsgBox("SI", MsgBoxStyle.MsgBoxSetForeground And MsgBoxStyle.Information, "Message") ElseIf result = MsgBoxResult.No Then MsgBox("Record non inserito", MsgBoxStyle.MsgBoxSetForeground, "Critical") End If Else MsgBox("Record Inserito", MsgBoxStyle.MsgBoxSetForeground, "Message") End If
Copyright © dotNetHell.it 2002-2025
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5