Thank you for being a valued part of the CNET community. As of December 1, 2020, the forums are in read-only format. In early 2021, CNET Forums will no longer be available. We are grateful for the participation and advice you have provided to one another over the years.

Thanks,

CNET Support

General discussion

streamreader in VB

Jan 13, 2007 3:41AM PST

nameF = New StreamReader("names.txt")
this would read the names on notepad and bring them into the form.

but i wanted to add the notepad file to the resources so i could run it from the desktop...
nameF = New StreamReader(my.resources.names)

and now it is not reading from the file

Discussion is locked