questo e il codice che mi hai dato
Codice per textbox:
TextBox1.Text = Date.Today
if TextBox1.Text = " Data Prestabilita suddivisa da \" then
'comando per quello che dovrà succedere
end if
Codice Per pulsante:
Button1.Text = Date.Today
if Button1.Text = " Data Prestabilita suddivisa da \" then
Button1.Enabled = True
Button1.Visible = True
'comando per quello che dovrà succedere
end if
|