Hi, I'm learning C# and trying to use a delegate to update a status label from a background worker. That's how I did it in VB. I keep getting an object reference error though with the code toolStripStatusLabelMessage.Text = message;. Here's my code:
public delegate void...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.