Thread
:
Panel
View Single Post
#
2
(
permalink
)
08-06-2008, 10:01 AM
Erel
Administrator
Join Date: Apr 2007
Posts: 3,344
You can create an ArrayList for each panel and add the panels controls to the ArrayList.
Assuming that there are only a couple of panels in your project, you can use something like:
Code:
'for each panel: if ArrayList.IndexOf(sender) > -1 then ...
Erel
View Public Profile
Send a private message to Erel
Find all posts by Erel