//
archives

Read text file in VB.Net

This tag is associated with 1 post

Read a Text File Using VB Dot Net

Read Text File using Classic VB In classic VB reading a file is not that easy as we do in vb.net. The first and easy way to access is using the simple file open method available in classic Visual Basic. Using this method, we can allocate a unique file number for opening the file. Further … Continue reading