Hi,
I've been searching the net to try to find solution but i still can't find it despite searching it for hours.
I've got a user control in a form. From the user control, I plan to do 2 things.
1) In the parent form, i got function example FunctionX(). I would like to call FunctionX() from user control.
2) In the parent form, I got buttonclick event. I would like to trigger the event from user control.
The closest I answer i get is delegate. But i still have no clear answer as to how to do it.
Please point me to the right direction.
Thanks.