Results 1 to 2 of 2

Thread: Writing a programs to read .Dat files using VB

Hybrid View

  1. #1

    Thread Starter
    Frenzied Member mxnmx's Avatar
    Join Date
    Dec 2001
    Location
    I'm back...now!!!
    Posts
    1,396

    Writing a programs to read .Dat files using VB

    I'm writing a program for a Client, he has got some data saved in .dat files, I wish to import all that data in a readable format. Does anyone know how can I do this???????????
    Can't Remember Birthdays or Important Dates- Never Miss any Important Date(s)

  2. #2
    Lively Member Daniel McCool's Avatar
    Join Date
    Oct 2002
    Posts
    127
    VB Code:
    1. Open "file.dat" for Input as #1
    2.      Input #1, Data
    3. Close #1

    Of course, it may not be this easy if it's an intense file, or encrypted.
    "Some love is fire, some love is rust. But the finest, cleanest love is lust." - James Bond

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width