Hi,
From my main form I instantiate a usercontrol on a panel.
How can I invoke functionality in my main form from
events generated in my usercontrol?
Is it possible to furnish the usercontrol with an
eventhandler in my main form?
Do I have to seperate out the functionality I want to
invoke from the userctrl, into a seperate dll in order to
be able reference the functionality.
brgds Jesper
From my main form I instantiate a usercontrol on a panel.
How can I invoke functionality in my main form from
events generated in my usercontrol?
Is it possible to furnish the usercontrol with an
eventhandler in my main form?
Do I have to seperate out the functionality I want to
invoke from the userctrl, into a seperate dll in order to
be able reference the functionality.
brgds Jesper
Comment