Hello for I trying to use this code but for some reason it doesn\'t work. Really need help with this. The problem is that the label doesn\'t change name from \"label\" when
Old question, but I had this issue as well, so after assigning the Text property, calling Refresh() will update the text.
Refresh()
Label1.Text = "Du har nu lånat filmen:" + test; Refresh();