Connecting Tech Pros Worldwide Help | Site Map

how to get data from a textfile by clicking the button using vb6.0

Newbie
 
Join Date: Aug 2008
Posts: 1
#1: Aug 18 '08
how to get data from a textfile by clicking the button using vb6.0
kadghar's Avatar
Expert
 
Join Date: Apr 2007
Location: Mexico City
Posts: 1,155
#2: Aug 18 '08

re: how to get data from a textfile by clicking the button using vb6.0


Use OPEN/FOR/AS inside the button's click event.
vdraceil's Avatar
Familiar Sight
 
Join Date: Jul 2007
Location: tamil nadu, INDIA
Posts: 236
#3: Aug 19 '08

re: how to get data from a textfile by clicking the button using vb6.0


Or use FileSystemObject->OpenAsTextStream->Read..
this will be more easier..
search this site for text file handling.u'll get lots of ideas.
all the best.
Reply


Similar Visual Basic 4 / 5 / 6 bytes