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

    Run VB without Visual Basic?

    How can I run the VB program on a computer which doesn't install Visual Basic?
    Am I need to make the VB program as something like .exe program?
    But how can I make it ?
    Please teach me to do that !
    Thx


  2. #2
    Join Date
    Sep 2000
    Location
    Germany, Bavaria
    Posts
    30

    Re: Run VB without Visual Basic?

    Hi,

    first you have to compile the program (make an EXE). Then you should use the Package and Deployment Wizard shipped with VB to create a setup. Thus you include the DLLs and other files necessar to run your programm on other computers.
    Hope this answers your question.

    cu
    Fraggle


  3. #3
    Join Date
    Feb 2000
    Location
    Ireland
    Posts
    808

    Re: Run VB without Visual Basic?

    From you project goto file then make exe. When the exe has been made use the packaging and deployment wizard to create a setup package which will include the VB runtimes and all components needed to run your project on a machine without VB installed
    Run this setup on the client machine and it will install your project


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