Well, this is one thing I totally don't understand about .NET, or at least C#.
I have a StreamReader opening a text file, and I want it to show the contents of it on a label on a windows form, Well? It's not show up.. I just see nothing in the label... I debug, and in the debug the variable that I assign to the label does contain that line, but the label still shows nothing? What should I do.. I used the whole Get, Set thing..