How to prevent Winforms Label from getting its text from a resource file?
I have a fairly simple form with a few static controls. One of the Labels is retrieving its .Text
value from a .resx resource file for some reason. I didn’t intentionally do anything to cause that. The Form’s InitializeComponent()
has this as its first line: