Why can't I call another form's controls? Whether I use the singleton
method for my forms or not, I can't seem to call them. I just need to
change a label on another form before the form is shown yet I don't have
access to the label. Here's how I call the form:
frmAbout.GetInstance().Show();
Can anyone tell me what simple thing I am missing in order to access other
controls on other forms.
Thanks