Results 1 to 5 of 5

Thread: VB6 to VB5

  1. #1

    Thread Starter
    Junior Member
    Join Date
    May 2000
    Posts
    23

    Angry

    Are there any programs which convert vb6 FORMS & projects to vb5 forms & projects(NOT VB6 compiled projects)? Or is there a method in vb6 to save forms and projects as vb5?

  2. #2
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221

    Thumbs up

    Vb6 forms and other files can be opened in Vb5. The project file Vbp cannot be opened before you delete it's Retain Key in a text editor ie notepad. Also, there can be other invalid keys, just watch what vb5 says and then go remove it.
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

  3. #3
    _______ HeSaidJoe's Avatar
    Join Date
    Jun 1999
    Location
    Canada
    Posts
    3,946

    6 to 5

    One way of doing it is the backdoor method.
    Open a project in vb5 and go to {Project ..Add Forms..add from your VB6 project } and then save the project in VB5...worked for me when I used VB6 at home and VB5 at school.


    "A myth is not the succession of individual images,
    but an integerated meaningful entity,
    reflecting a distinct aspect of the real world."

    ___ Adolf Jensen

  4. #4
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    Sorry but that way you loose all Project data
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

  5. #5
    Guest
    But not with this way. Take a look at this program. It converts VB6 to VB5.

    http://www.planet-source-code.com/vb...txtCodeId=4572

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