NamePros
Welcome, Guest! Ready to make a name for yourself in the domain business? We welcome both the hobbyist and professional domainer to join the discussion as part of the NamePros community.

Click here to create your profile to start earning reputation for posting, and trader ratings for buying & selling in our free e-marketplace. Build your trader rating with each successful sale. Our system has tracked over 100,000 sales and counting!
FAQ & TOS Register Search Today's Posts Mark Forums Read

Go Back   NamePros.com > Website Development Discussion Forums > Programming
Reload this Page Need help in reading from a text file in VB

Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics.

Advanced Search
5 members in live chat ~  


Closed Thread
 
LinkBack Thread Tools
Old 07-01-2007, 12:09 PM THREAD STARTER               #1 (permalink)
NamePros Regular
Join Date: Nov 2006
Location: entrepreneurhosting.co.uk
Posts: 401
mattonline has a spectacular aura aboutmattonline has a spectacular aura about
 



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
mattonline is offline  
Old 07-01-2007, 02:03 PM   #2 (permalink)
Domains my Dominion
 
sdsinc's Avatar
Join Date: Aug 2005
Location: Web 1.0
Posts: 9,963
sdsinc Has achieved greatnesssdsinc Has achieved greatnesssdsinc Has achieved greatnesssdsinc Has achieved greatnesssdsinc Has achieved greatnesssdsinc Has achieved greatnesssdsinc Has achieved greatnesssdsinc Has achieved greatnesssdsinc Has achieved greatnesssdsinc Has achieved greatnesssdsinc Has achieved greatness
 


Third World Education Find Marrow Donors! Find Marrow Donors! Find Marrow Donors! Find Marrow Donors! Animal Rescue Animal Cruelty AIDS/HIV Animal Rescue Wildlife Breast Cancer Animal Rescue Wildlife
VB6 or VB.net ?
__________________
NameNewsletter.com - free lists of available domain names
ZoneFiles.net (beta) - ccTLD and gTLD droplists
sdsinc is offline  
Old 07-02-2007, 02:10 AM THREAD STARTER               #3 (permalink)
NamePros Regular
Join Date: Nov 2006
Location: entrepreneurhosting.co.uk
Posts: 401
mattonline has a spectacular aura aboutmattonline has a spectacular aura about
 



vb6 - sorry should of stated this
mattonline is offline  
Old 07-02-2007, 07:33 AM   #4 (permalink)
Domains my Dominion
 
sdsinc's Avatar
Join Date: Aug 2005
Location: Web 1.0
Posts: 9,963
sdsinc Has achieved greatnesssdsinc Has achieved greatnesssdsinc Has achieved greatnesssdsinc Has achieved greatnesssdsinc Has achieved greatnesssdsinc Has achieved greatnesssdsinc Has achieved greatnesssdsinc Has achieved greatnesssdsinc Has achieved greatnesssdsinc Has achieved greatnesssdsinc Has achieved greatness
 


Third World Education Find Marrow Donors! Find Marrow Donors! Find Marrow Donors! Find Marrow Donors! Animal Rescue Animal Cruelty AIDS/HIV Animal Rescue Wildlife Breast Cancer Animal Rescue Wildlife
Something along these lines:

Assuming the file is C:\digi.txt and the textbox is named txt_output
Code:
Dim int_fh As Integer
Dim str_contents As String, str_file As String
int_fh = FreeFile

Open "C:\digi.txt" For Input As int_fh
Do While Not EOF(int_fh)
    Line Input #int_fh, str_contents
    Me.txt_output.SetFocus
    str_file = str_file & str_contents ' concatenate
Loop

Close #int_fh

Me.txt_output.Text = str_file
There are limits to the amount of text in a text box so you should use a RTFtextbox or similar for larger files.
__________________
NameNewsletter.com - free lists of available domain names
ZoneFiles.net (beta) - ccTLD and gTLD droplists
sdsinc is offline  
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools


 
All times are GMT -7. The time now is 02:22 PM.

Domain name forum recommended by Domaining.com Powered by: vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.6.0 Ad Management plugin by RedTyger