Go easy guys. I am retired, having spent years working on the bleeding edge of C# development.
After more than a decade of not touching development I'm trying to do some simple stuff which involves updating a statusstrip with a text string generated by another non-forms class, and whilst developing the core aspects of my C# program has been simple to get back into (I have the forms and classes defined and working) I'm struggling to recall how to get status strings back to the form.
I'd appreciate some simple advice on getting strings to a Windows form.
After more than a decade of not touching development I'm trying to do some simple stuff which involves updating a statusstrip with a text string generated by another non-forms class, and whilst developing the core aspects of my C# program has been simple to get back into (I have the forms and classes defined and working) I'm struggling to recall how to get status strings back to the form.
I'd appreciate some simple advice on getting strings to a Windows form.
Comment