Forum: VB.NET Sep 9th, 2008 |
| Replies: 5 Views: 5,211 Imports System.IO
Public Class SaveClass
Public Function GetContents(ByVal FullPath As String)
Dim contents As String
Dim read As StreamReader
Try
read... |
Forum: VB.NET Sep 9th, 2008 |
| Replies: 1 Views: 9,254 Imports System.IO
Public Class SaveClass
Public Function GetContents(ByVal FullPath As String)
Dim contents As String
Dim read As StreamReader
Try
read... |