Hi,

I would like to know how to raise an event or trigger a _Keydown or _click event of a child form from another form.

I have a MDI form on which I open a login form (child form). Then I open another form from this child form which brings up my own numeric pad. I'm able to enter the numbers from this numeric pad and get it to update the password textbox which is in the child form.

My problem is I have an ENTER key in the numeric pad form, so when I press the ENTER button I want to trigger an event like txtpwb_keydown or button1.click event on the child form. How can I do this?

Thanks in advance.