Private Sub AddItem(Ite As String)
Dim chB As CheckBox
chB = New CheckBox(scV) As "Nyomi"
chB.Text = Ite
chB.Tag = Ite
End


I have an array of checkboxes created with this procedure. I would like to
select / unselect all of them at once. How can I reach them?

Csaba
------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to