« Risposta #1 il: 05 Giugno 2013, 19:47:46 »
un' esempio:
Public Sub faiunbottone()
Button _var = new Button(Me) as "varbutton" 'attacchi ,similmente ad Object.attach
_var.x = 0 'le misure
_var.y =0
_var.w = 200
_var.h = 100
_var.text = "varbutton" 'il testo
End
Public Sub varbutton_Click() 'un evento generato, in questo caso il click
Message("hai premuto " & last.text) ' con last ritorni l'oggetto che ha causato l'evento,in questo caso _var
End
Spero di esserti stato utile, ciao
Registrato
"Disobedience, in the eyes of anyone who has read history, is man's original virtue. It is through disobedience and rebellion that progress has been made."
-- Oscar Wilde, The Soul of Man Under Socialism