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

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bhanuk
    New Member
    • Aug 2008
    • 1

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

    how to get data from a textfile by clicking the button using vb6.0
  • kadghar
    Recognized Expert Top Contributor
    • Apr 2007
    • 1302

    #2
    Use OPEN/FOR/AS inside the button's click event.

    Comment

    • vdraceil
      New Member
      • Jul 2007
      • 236

      #3
      Or use FileSystemObjec t->OpenAsTextStre am->Read..
      this will be more easier..
      search this site for text file handling.u'll get lots of ideas.
      all the best.

      Comment

      Working...