[Solved] VB6 to VB.NET conversion (Syntax : Print to StreamWriter/Reader)? [closed]

The ampersand, &, is the concatenation character for vb.net. Although the plus sign will usually work, if numbers are involved you could get unexpected results. Streams must be disposed to released unmanaged resources. Using…End Using blocks take care of this for us. I made filePath a class level variable because it is used in more … Read more