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

    Convert VB 3 to 6

    Does anyone have or know of a program that I might be able to use that will convert VB 3.0 to VB 6.0?

  2. #2
    Join Date
    Feb 2002
    Location
    Makati City, Philippines
    Posts
    1,054
    I don't think there is such kind of program. I believe it's not really very hard to convert VB3 to VB6. You just have to change a few things in the declaration section.

    Among the the few are (if my memory serves me right):
    Replace 'common' with and 'shared' with 'Public'
    Replace "local' with 'Private'
    Take out sub/function prototyping
    ??? ... hmmm sorry, can't recall others
    Marketing our skills - please participate in the survey and share your insights
    -

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