Oppure

Loading
20/09/09 15:43
massimo
ciao come posso fare x cancellare un testo es: in form ho un comandbutton e un text
volevo sapere cancellare la scritta dentro il txt prmendo il commandbutton
aaa
20/09/09 16:13
Alceus
Private Sub Command1_Click()
Text1.Text = ""
End Sub
aaa