C
Chris Ashley
I have a main form with a panel in which loads other forms. How can I let
the forms loaded into panels modify properties of the main form?
If I use:
FrmMain.Text = "Whatever"
from my panel form, I get the error: "Reference to a non-shared member
requires an object reference.". Do I need to create a static method in my
main form code or something?
Sorry if this is a silly question!
TIA,
Chris
the forms loaded into panels modify properties of the main form?
If I use:
FrmMain.Text = "Whatever"
from my panel form, I get the error: "Reference to a non-shared member
requires an object reference.". Do I need to create a static method in my
main form code or something?
Sorry if this is a silly question!
TIA,
Chris