Quantcast
Channel: VBForums - Visual Basic .NET
Viewing all articles
Browse latest Browse all 27348

Searching in text file.

$
0
0
Hello,

Due to I am implementing an application with the reason to not access to the code after the implementation.

I need to make the code read a text file.

I use it the streamreader for others things, but I need to find the way to do something more that will help me a lot to transfor the application.

This application has to sent templates to differents email address and also has links to differents websites.

What I need is to find the way, which I cant find a help in google, to get information from the text file to copy that information in memory in load of the program.

My thinking is into the text something like:

emailadd1 = "john@gmail.com"
emailadd2 = "example@gmail.com"

When the applition load will read the file and the value emailadd1 into the vb.net code will become "john@gmail.com" the same as in the text.

Is that possible?

Viewing all articles
Browse latest Browse all 27348

Trending Articles