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

    to convert vb4.0 program to vb 6.0

    Hi
    I have a vb 4.0 program and want to upgrade it to vb 6.0. I tried to open same program in VB6.0 and it was not working. Is it possible to work same vb4.0 program in VB6.0. If not what all are the changes i should do to make the program work..

    Thanks in advance
    Anil A. Ambat


  2. #2
    Join Date
    May 2000
    Location
    New York, NY, USA
    Posts
    2,878

    Re: to convert vb4.0 program to vb 6.0

    Do you have VB4 16 or 32 bit. If you have 32 bit app you will be able to open and save it VB6. If it is 16 bit app you need to change API from integer to long, check all data types etc.

    Iouri Boutchkine
    [email protected]
    Iouri Boutchkine
    [email protected]

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