Newbie Question: Will my old VB6 app run under Vista?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Dan Christensen

    Newbie Question: Will my old VB6 app run under Vista?

    Hi,

    I am an amateur software developer, and would like to know if some
    freeware I developed a few years ago using VB6 and XP will work under
    Vista. If so, what must I do to create a Vista version, and would it
    run under XP?

    Dan
    Download at www.dcproof.com
  • Patrice

    #2
    Re: Newbie Question: Will my old VB6 app run under Vista?

    Try :


    --
    Patrice

    "Dan Christensen" <Dan_Christense n@sympatico.caa écrit dans le message de
    groupe de discussion :
    5c23c591-0b8b-48ad-8b17-d4500463bcc2...l egroups.com...
    Hi,
    >
    I am an amateur software developer, and would like to know if some
    freeware I developed a few years ago using VB6 and XP will work under
    Vista. If so, what must I do to create a Vista version, and would it
    run under XP?
    >
    Dan
    Download at www.dcproof.com

    Comment

    • rowe_newsgroups

      #3
      Re: Newbie Question: Will my old VB6 app run under Vista?

      On Aug 29, 1:03 am, Dan Christensen <Dan_Christen.. .@sympatico.ca>
      wrote:
      Hi,
      >
      I am an amateur software developer, and would like to know if some
      freeware I developed a few years ago using VB6 and XP will work under
      Vista. If so, what must I do to create a Vista version, and would it
      run under XP?
      >
      Dan
      Download atwww.dcproof.c om
      You should also know you aren't in the classic VB newsgroup (VB6 and
      lower) but rather the one for .NET. The correct newsgroup can be found
      here:



      Thanks,

      Seth Rowe [MVP]

      Comment

      • Cor Ligthert[MVP]

        #4
        Re: Newbie Question: Will my old VB6 app run under Vista?

        Dan,

        Most developers do this simple. They try it.

        Cor

        "Dan Christensen" <Dan_Christense n@sympatico.cas chreef in bericht
        news:5c23c591-0b8b-48ad-8b17-d4500463bcc2@i7 6g2000hsf.googl egroups.com...
        Hi,
        >
        I am an amateur software developer, and would like to know if some
        freeware I developed a few years ago using VB6 and XP will work under
        Vista. If so, what must I do to create a Vista version, and would it
        run under XP?
        >
        Dan
        Download at www.dcproof.com

        Comment

        • kimiraikkonen

          #5
          Re: Newbie Question: Will my old VB6 app run under Vista?

          On Aug 29, 8:03 am, Dan Christensen <Dan_Christen.. .@sympatico.ca>
          wrote:
          Hi,
          >
          I am an amateur software developer, and would like to know if some
          freeware I developed a few years ago using VB6 and XP will work under
          Vista. If so, what must I do to create a Vista version, and would it
          run under XP?
          >
          Dan
          Download atwww.dcproof.c om
          VB runtime libraries are included by default since Windows 2000. So
          under Vista, it should work unless you're doing something
          extraordinary such as calling legacy or missing 3rd party assemblies
          or like that.

          Scroll to "Visual Basic 6 runtime" for detailed information about
          supported and unsupported runtime files:


          Finally, the best test would be testing your application on Vista no
          doubt.

          HTH,

          Onur G.

          Comment

          • Michel Posseth  [MCP]

            #6
            Re: Newbie Question: Will my old VB6 app run under Vista?

            >VB runtime libraries are included by default since Windows 2000. So........

            And even if they were not included this is not a problem for a good written
            VB6 setup or a windows installer package

            VB6 progs work on Vista as they did on win 9.x ,, Win NT and XP


            hth

            Michel



            "kimiraikko nen" <kimiraikkonen8 5@gmail.comschr eef in bericht
            news:4254b711-de2b-4ce6-9421-4abd56f4caca@f3 6g2000hsa.googl egroups.com...
            On Aug 29, 8:03 am, Dan Christensen <Dan_Christen.. .@sympatico.ca>
            wrote:
            Hi,
            >
            I am an amateur software developer, and would like to know if some
            freeware I developed a few years ago using VB6 and XP will work under
            Vista. If so, what must I do to create a Vista version, and would it
            run under XP?
            >
            Dan
            Download atwww.dcproof.c om
            VB runtime libraries are included by default since Windows 2000. So
            under Vista, it should work unless you're doing something
            extraordinary such as calling legacy or missing 3rd party assemblies
            or like that.

            Scroll to "Visual Basic 6 runtime" for detailed information about
            supported and unsupported runtime files:


            Finally, the best test would be testing your application on Vista no
            doubt.

            HTH,

            Onur G.


            Comment

            • Bill McCarthy

              #7
              Re: Newbie Question: Will my old VB6 app run under Vista?


              "Michel Posseth [MCP]" <MSDN@posseth.c omwrote in message
              news:%236IQ0ZzC JHA.3348@TK2MSF TNGP04.phx.gbl. ..
              >
              VB6 progs work on Vista as they did on win 9.x ,, Win NT and XP
              >
              With the caveat that by default a user on Vista has limited rights where-as
              in XP they have admin rights. The same application in Vista may appear to
              work correctly, but not actually do so because of virtualization. For
              example, if the user modifies a file in the windows directory or program
              files sub directory, it will appear as if the file is modified, but only the
              virtualization file is in fact modified. If another user logs they will not
              see the modified version. Likewise other applications may or may not see the
              changes depending on whether or not they are using virtualization. But if
              you force the application to run as administrator, then it should work as
              per XP.


              Oh, and there is a newsgroup specifically for VB6 and Vista issues at :
              microsoft.publi c.vb.vista.comp atibility



              Comment

              • Cor Ligthert[MVP]

                #8
                Re: Newbie Question: Will my old VB6 app run under Vista?

                Bill,

                Quiet interesting, do you mean that a VB6 program has other behaviour in
                Vista than any other program?

                Cor

                Comment

                • Bill McCarthy

                  #9
                  Re: Newbie Question: Will my old VB6 app run under Vista?


                  "Cor Ligthert[MVP]" <notmyfirstname @planet.nlwrote in message
                  news:6770B0C8-7027-4364-B75E-AEF432FAC8D3@mi crosoft.com...
                  Bill,
                  >
                  Quiet interesting, do you mean that a VB6 program has other behaviour in
                  Vista than any other program?
                  >
                  The same applies to .NET or any applications that don't have a manifest and
                  expect administrator privileges.

                  Comment

                  Working...