Login    
 
 
 
 
Text/HTML
  
You are here :: Blogs Saturday, May 19, 2012

Search
Note: This uses the internal blog search engine. The Google search engine is also available at the top of the page.
  
Disclaimer

Please review the site disclaimer before downloading or using content found on this site

  
Categories
  
DEVSHED Blog
As always, I welcome your comments!
Sep 13

Written by: Steve Gray
9/13/2010 9:29 PM  RssIcon

Here’s a code snippet that will read a text file into a string

 

Imports System.IO
Dim filestream As StreamReader
filestream = File.OpenText(strScript)
Dim strScriptText As String = filestream.ReadToEnd

Tags:
Categories:
As always, I welcome your comments!
  
 
 
Home | Products | Blogs | Contact Us | Links | God's Plan
Privacy Statement | Terms Of Use
 
Copyright 2011 by Devshed.us