Results 1 to 4 of 4

Thread: After programming.

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Sep 2008
    Posts
    16

    After programming.

    Ok.. so i have finished my program in VB 6.

    So how can i distribute my program for use. Does the other person that wants to buy my program need to have VB 6 installed on his/her PC too?

    How can i export VB 6 program that can be use by anyone in the world without them installing VB 6 or any VB software? possible?


    Thanks for any guidance.

  2. #2
    PowerPoster Fazi's Avatar
    Join Date
    Aug 2005
    Location
    Underworld
    Posts
    2,525

    Re: After programming.

    Hai johnhuk,

    after you finish the project. you have 2 ways to distribute it.

    1. an stand alone exe if it is an small app.
    in this case, the user have to download and install the runtime files and other dependencies like ocx and dll's
    * runtime files are listed here http://support.microsoft.com/kb/290887

    This way is not much preferred unless it is a simple few kb project.

    2. a package that includes all the runtime files.
    a preferred method. This includes all the runtime files and dependencies with your app exe in to one bundle.

    user has no extra overhead.

    now for the packaging. you have"Package & Deployment wizard" in your start menu > programs > Visual Basic 6.0 > tools

    Use the wizard to generate the package.
    Last edited by Fazi; Oct 4th, 2008 at 06:49 AM.

  3. #3
    PowerPoster dilettante's Avatar
    Join Date
    Feb 2006
    Posts
    24,487

    Re: After programming.

    They won't need VB6. They will need several pieces of runtime support software however. The good news is that some of this ships as part of recent versions of Windows. The bad news is that this is not the whole story.


    http://www.vbforums.com/showthread.php?t=315829 might be a good starting point.

    As with anything you'll find on the web this information is incomplete, misleading, or incorrect to one degree or another. What in life is perfect though? It is at least as good a point as any to begin with. Just be careful and be sure to do your own testing of anything you read there.


    The original way to package and deploy involves using the Package and Deployment Wizard that comes with VB6. The basics are covered in the VB6 documentation you should have if you are using a legitimate copy.

    Since VB6 was released several other options have become available.

  4. #4
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: After programming.

    Thread Moved
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

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