CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Sep 1999
    Location
    LA, USA
    Posts
    23

    How do I load a file into VB6.0 which was written in VB2.0

    I have to upgrade an application which was developed in VB2.0 for Win3.1 in 1995 to VB6.0 for Win98. When I try to load one of the various form files(which is a MDI form and is a parent for a model spreadsheet child form. The spreadsheet was developed using FarPoint technologies' Spread/VBX 2.0. I do not have a copy of this VBX control on my computer right now), I get a message that "it is in binary format and cannot be loaded into VB6.0.

    When I look at its help, it says - "Binary format files created with versions of Visual Basic prior to version 5.0 cannot be loaded without being converted. Only Visual Basic versions 2.0 and 3.0 support binary format file conversion. If you have access to a copy of Visual Basic 2.0 or 3.0, you can load the file and save it as text, then load the file into the newer version of Visual Basic".

    But I do not have a copy of VB2.0 or 3.0 with me. What do I do?

    I would really appreciate any help to solve this problem.

    Sincerely,
    Shalini Shikha


  2. #2
    Join Date
    Jul 1999
    Location
    Athens, Hellas
    Posts
    769

    Re: How do I load a file into VB6.0 which was written in VB2.0

    Try to download VB 2.0.

    Michael Vlastos
    Automation Engineer
    Company Modus SA
    Development Department

  3. #3
    Join Date
    Sep 1999
    Location
    LA, USA
    Posts
    23

    Re: How do I load a file into VB6.0 which was written in VB2.0

    Thank you Dr. Michael for your response, but it would be nice if you can suggest a site from where I can download VB2.0 or VB3.0

    Shalini


  4. #4
    Join Date
    Jul 1999
    Location
    Athens, Hellas
    Posts
    769

    Re: How do I load a file into VB6.0 which was written in VB2.0

    Click here:

    http://www.download.com/pc/software/0,332,0-20795-s,1000.html?st.dl.search.results.tdtl


    Michael Vlastos
    Automation Engineer
    Company Modus SA
    Development Department

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

Featured