how to convert an VB proj to exe file

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • basha
    New Member
    • Nov 2013
    • 1

    how to convert an VB proj to exe file

    Hello, I hav designed a mini appln in Visual Basic with MS Access as backend. If I need to make it as an exe file and giv it to other users so that they can run appln, then what is the detailed procedure ? If we convert it to an exe then along with complete proj in VB, access DB is also linked or not ?
  • CyberSoftHari
    Recognized Expert Contributor
    • Sep 2007
    • 488

    #2
    Select Menu
    Project>Project Properties>
    Select Make Tab (General is your regular Run)
    in "Make" tab point out Project versions and other things for your EXE to generate along with full compilation.

    Comment

    • ladlasheikh
      New Member
      • Mar 2015
      • 1

      #3
      access DB is also linked or not ?

      _______________ _
      OMAIR

      Comment

      • Killer42
        Recognized Expert Expert
        • Oct 2006
        • 8429

        #4
        The Access database is a completely separate thing, having nothing to do with your VB project. You would need to ship it along with your EXE file.

        Comment

        Working...