[Gambas-user] event handling for member of a collection

LACKKD at ...674... LACKKD at ...674...
Thu Nov 4 22:44:49 CET 2004


If I have:

Dim colToolBtns AS Collection
Dim tBtn AS ToolButton
Dim i AS Integer

For i = 0 To 10 
tBtn = new TollButton(frmMain)

colToolBtns.Add(tBtn, i)
Next


How can I now access the click() event of the buttons in the collection?

Thanks,
Kevin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20041104/e22cd8f0/attachment.html>


More information about the User mailing list