Results 1 to 8 of 8

Thread: Do you know this file?

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jan 2000
    Location
    BC, Canada
    Posts
    142

    The file is located at
    program files\microsoft visul studio\vb98\vb6.opt

    What is this file for? How to read it?

    thanks

  2. #2
    Guest
    I don't use VB6.0 yet. .opt sounds like it'd be Options. But I am not totally sure of that and there is a way to check. Go to Start > Run > Edit > Open > C:\program files\microsoft visul studio\vb98\vb6.opt or through Notepad--Start > Programs > Accessories > Notepad > Open > C:\program files\microsoft visul studio\vb98\vb6.opt or through VB code:
    Code:
    Shell "Notepad.exe C:\program files\microsoft visul studio\vb98\vb6.opt"

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Jan 2000
    Location
    BC, Canada
    Posts
    142
    vb6.opt is not a text file. It looks like a log file from a few characters readable. That is why I am interested in this file.

  4. #4
    Guest
    You can view non txt files in Notepad, just set it to All Files instead of Txt Files.

  5. #5
    Fanatic Member
    Join Date
    Mar 2000
    Location
    That posh bit of England known as Buckinghamshire
    Posts
    658
    A very cool program to view all sorts of files is TextPad
    Iain, thats with an i by the way!

  6. #6

    Thread Starter
    Addicted Member
    Join Date
    Jan 2000
    Location
    BC, Canada
    Posts
    142
    Thanks for reply. but this file is not a text file, so you can't read it through a text editor.

    What I want to know is where this file is used in VB6 environment.

  7. #7
    Frenzied Member
    Join Date
    Jul 1999
    Location
    Huntingdon Valley, PA 19006
    Posts
    1,151

    Try renaming it

    I doubt that aynone is going to answer this question for you. You are likely to get more guesses. If nobody gives you an answer, try the following.

    Rename it and see what does not work anymore. You will probably get some error message when VB tries to use it. Whatever you were doing when the message occurs will give you a clue. When you find out, rename it back to its original name. It might be rarely used, and everything will seem to work, but at least you tried.
    Live long & prosper.

    The Dinosaur from prehistoric era prior to computers.

    Eschew obfuscation!
    If a billion people believe a foolish idea, it is still a foolish idea!
    VB.net 2010 Express
    64Bit & 32Bit Windows 7 & Windows XP. I run 4 operating systems on a single PC.

  8. #8
    Guest
    If it's a Binary file, then you can Hex Edit it with Visual C++ (or any other Hex Editor).

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