Here is my code and then my question.
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim objfile As New System.IO.StreamWriter("C:Documents and SettingsJOHNDOEMy DocumentsTHETARGETFOLDERMYFILE.TXT")
objfile.WriteLine("just a test")
objfile.Close()
end sub
This code will write to my target folder, however if i build my project and make it available for other people to use on their computer I run into the problem of not knowing what the john doe name is. How would i know what they have named their computer. Is there a way around this. any suggestions? -vb 2008
Software/Hardware used:
ASKED:
December 12, 2008 11:51 PM
UPDATED:
December 15, 2008 7:26 PM