Hi to all
The thread in Tutorial is too old form reply then i open a new thread.
This is a request for proper use of 'wait for' ... if possible
I have a multiply lay that i load on a main panel into a sub, each layout has a set of buttons, how i can use correctly 'wait for' until a button is pressed and return the Sender or Button.Tag?
wait for ritorna_completed(value as string)
.......
Sub btyes_Action
Ritorna("si")
End Sub
Sub btno_Action
Ritorna("no")
End Sub
Sub Ritorna(value As String)
CallSubDelayed2(Me, "ritorna_completed", value)
End Sub