M
Max
In winforms I'm lost as to how to get access to a control on a form from a
class or module. I cannot access the instance of a control:
myApp.MainForm.pbOnlineIcon.BackColor = Color.LightGreen
"Reference to a non-shared member... blah blah"
-Max
class or module. I cannot access the instance of a control:
myApp.MainForm.pbOnlineIcon.BackColor = Color.LightGreen
"Reference to a non-shared member... blah blah"
-Max