I have 28 panels on my form, and i want to dinamicaly change backcolors, im tring a for like this:
VB Code:
For Each frm In Forms Unload frm Set frm = Nothing Next
i use this in vb6.
How can i do this code to look for a panel on my form?
Thank you,
Guilherme Costa




Reply With Quote