opening a text file

G

Guest

Is there a way in Visual Basic that I can open a txt file such that it comes
up as a wordpad file that the user can see what is inside that file

Thanks in advance
bbdobuddy
 
K

Ken Tucker [MVP]

Hi,

process.start("MyFile.Txt")

Ken
------------------
Is there a way in Visual Basic that I can open a txt file such that it comes
up as a wordpad file that the user can see what is inside that file

Thanks in advance
bbdobuddy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top