public void XXX(string data)
{
label1.Text = data;
}
Substituting XXX for an appropriate method name. You could also make it a
property, it's up to you. Sorry for the C#, I'm not familiar enough with VB
to be able to write it outside of the IDE.
Hope this helps.
Regards,
Matt Garven
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.