Robert Homes
Member
- Joined
- Nov 16, 2023
- Messages
- 11
- Programming Experience
- 5-10
My program has several forms that contain a DataGridView (I call each one "dg"). I want to be able to issue a change to the DG's without having to go into each one and make the change. How do I write code to iterate through the forms in the program and deal with the DG control in each one automatically?
There is something called "Owned Forms" I could use. But how to designate the DG controls in each one?
There is something called "Owned Forms" I could use. But how to designate the DG controls in each one?