G
Gordon
Does anyone know how to do this ?
I have a variable called LABEL1 in my FORM1.VB declared as PUBLIC WITHEVENTS
and I have another module, MODULE1.VB, which needs to reference LABEL1.
However, when compiling my project, I get a 'variable is not declared'
message at the line where I reference LABEL1 thus :
MODULE1.VB
----------------
Label1.Text = "Anything at all" <------------------- This produces
the error.
Any ideas ?
Gordon.
I have a variable called LABEL1 in my FORM1.VB declared as PUBLIC WITHEVENTS
and I have another module, MODULE1.VB, which needs to reference LABEL1.
However, when compiling my project, I get a 'variable is not declared'
message at the line where I reference LABEL1 thus :
MODULE1.VB
----------------
Label1.Text = "Anything at all" <------------------- This produces
the error.
Any ideas ?
Gordon.