I found this link to handle events for a dynamically created control in vb6 and I tried to use this for my code, but to no avail.
Option Explicit
Private WithEvents grid(0 To 23, 0 To 23) As Frame
How can I get the same functionality for this array of controls?