Hi ive got every thing the way i want it but have problems with some code (probly only about two lines.)
I have a text file (.txt) in my project but dont know the code to get it to open. when a button is clicked.
Please reply ASAP to aitken91@msn.com
Iain Aitken

URGENT coding help required.
RajDas
Simple single line of code...
Private Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim FileContents As String = My.Computer.Filesystem.ReadAlltext("Test.txt")
End Sub
js06
Just how "urgent" was this
Jpmon1
imj
NewName