Link to home
Start Free TrialLog in
Avatar of Brett964
Brett964

asked on

Dynamic Form Events

Hi I created a form dynamically by using:

Public frm As New Form1
Load frm(1)

I need to figure out how to have events for this form such as MouseDown and Click, etc.

Any help would be great!

-Brett
Avatar of Brett964
Brett964

ASKER

Sorry, that line should be:
Public frm(10) As New Form1

Thanks!
ASKER CERTIFIED SOLUTION
Avatar of twalgrave
twalgrave

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial