-1

For example, I would like to make the BackColor of one of the panels of form 2 red but I want to do it from another form using a button.

gdam
  • 23
  • 4

1 Answers1

0

I think you should try this https://stackoverflow.com/a/17047470/4571435

Assume FirstChildForm as Form 1 and SecondChildForm as Form 2. Add button to FirstChildForm and Panel on the SecondChildForm.