Entrepreneur Forum  

Go Back   Entrepreneur Forum > Internet > Development

Development Need help with web development, ask questions here.


Need help in reading from a text file in VB

Development


Reply
 
Thread Tools Display Modes
  #1  
Old 07-01-2007, 07:11 PM
imported_Business imported_Business is offline
Aspiring Entrepreneur
 
Join Date: Jun 2007
Posts: 17
Submit to Clesto Submit to Digg Submit to Reddit Submit to Furl Submit to Del.icio.us Submit to Jeqq Submit to Spurl
Need help in reading from a text file in VB

i know this isn't complex and i've search around but can't find anything which works for me.

But i'm wondering how i could read from a text file.

i want to display the text into a vb 'text box'

assume the .txt file is loacated at c:text/text.txt

what would be the code i would need for this.

Thanks again
Reply With Quote
  #2  
Old 07-02-2007, 07:47 PM
imported_Business imported_Business is offline
Aspiring Entrepreneur
 
Join Date: Jun 2007
Posts: 17
Submit to Clesto Submit to Digg Submit to Reddit Submit to Furl Submit to Del.icio.us Submit to Jeqq Submit to Spurl
Re: Need help in reading from a text file in VB

i managed to sort this, i created a text box called text1

PHP Code:
Private Sub Text1_Change()     
 
Dim FileNum As Integer   
   FileNum 
FreeFile()    
  
Open "c:\test\text.txt" For Input As #FileNum    
  
Text1.Text Input(LOF(FileNum), #FileNum)   
   
Close #FileNumEnd Sub 
works great
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Most Used File Extension imported_smile333 General Internet 7 07-13-2008 09:26 AM
Need help in reading from a text file in VB Business Development 1 07-02-2007 07:47 PM
Most Used File Extension smile333 General Internet 2 05-12-2007 02:46 PM


All times are GMT. The time now is 08:22 AM.


Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Entrepreneur Forum 2006-2008