Hi VAer,
>how to call a button_click in another form?
You can set the click event from private to public
public void comboBoxCountry_Click(object sender, EventArgs e)
{
.......
}
Then you could call it in another form:

Note:
But it may cause other problems, I suggest you create a public class for your shared methods.
Best Regards, Dylan
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our *
*documentation* to enable e-mail notifications if you want to receive the related email notification for this thread.**