CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 1999
    Posts
    1

    Convertion of VB6 form to VB5 form

    the forms which i have developed in vb6 are not able to open in vb5. is there any possibility to open the vb6 frm files into vb5 form
    write to me at
    [email protected]
    [email protected]




  2. #2
    Join Date
    Dec 1999
    Location
    Malaysia
    Posts
    56

    Re: Convertion of VB6 form to VB5 form

    Yes, there is a possibility as I've been getting VB6 project files and I'm using only VB5, so this should work.
    Anyway, if you right-click the project file(*.vbp), and select "Open With", and open the file in Notepad,
    you will see some stuff about the VB project.

    Look for a line "Retained=0".
    Delete that line.

    After this, you can open the VB6 project in VB5 and save the neccessary files in the VB5 version.

    Hope this helps



    ____________________________________
    The VB Bugs in my Life...

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