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

    Converting vbp to exe

    I have written a program to manipulate the data contained in an Access database. I want to know how to convert the vbp file to an exe and I want this exe to be a stand alone program that can be run on machines that do not have vb. Can I package the program together with the access database using the setup wizard? I realize that the end user will have to have Microsoft Access to run the application.

    Can you point me in the right direction?

    Thanks,

    Lou


  2. #2
    Join Date
    Jan 2001
    Posts
    165

    Re: Converting vbp to exe

    If you have your project loaded in VB then goto the file menu and select Make project1.exe (or whatever it will say instead of project1). Then you can use the package and deployment wizard to make a setup package that can be installed on a system.

    -K


  3. #3
    Join Date
    Aug 2000
    Location
    Namibia
    Posts
    139

    Re: Converting vbp to exe

    To get the VBP into EXE just compile it (check the File menu). Yes, you can bundle the mdb with the setup package.


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