If i have a label called lblMSG referenced in code, does it matter that I might have a label of the same name but on different layouts. (or is it like VB where the view/control is owned by the form).
Naturally I need to ensure only one is active at a time, but it is useful to have a status box on each layout, albeit in a different place.
Naturally I need to ensure only one is active at a time, but it is useful to have a status box on each layout, albeit in a different place.