Results 1 to 4 of 4

Thread: How to create an .exe file in visual basic

  1. #1
    Join Date
    Jan 2009
    Posts
    12

    How to create an .exe file in visual basic

    Hi friends,

    I have a made a project in Visual Basic and i need to create an exe file of it, but i have forgotten the procedure for creating and exe of a whole project in Visual basic 6.0.

    Can anyone help me out with this.

  2. #2
    Join Date
    Jan 2008
    Posts
    1,521

    Re: How to create an .exe file in visual basic

    Sure i will help you out with this try to follow the below steps:-

    1. Click on Start - ->Programs -> Microsoft Visual Basic 6.0 -> Microsoft Visual Basic 6.0

    2. The 'New Project' dialog box will appear.

    3. Click on 'Standard EXE', then click Open.

    4. On the Project Explorer window (which should be in the top right of the screen), click on the top left icon, which is 'View Code'

    5. You are now ready to start a new project.This code will be executed as soon as the program starts.

  3. #3
    Join Date
    Jan 2009
    Posts
    86

    Re: How to create an .exe file in visual basic

    Is there any code where i can make an exe file through Command prompt.

  4. #4
    Join Date
    Apr 2008
    Posts
    2,005

    Re: How to create an .exe file in visual basic

    Yes you can make it through command line in Visual basic 6 by using scripts to automatically set builder dll VB6.


    Code:
    "C: \ Program Files \ Microsoft Visual Studio \ VB98 \ VB6.EXE" / make "lepathduprojet.vbp" / out "path of the exe has creer.exe"

Similar Threads

  1. How to create installation package of application in visual basic 6.0
    By Badrinath18 in forum Software Development
    Replies: 5
    Last Post: 02-07-2011, 07:28 PM
  2. How to create a Smart Tag DLL in Visual Basic?
    By warehouse peon in forum Software Development
    Replies: 5
    Last Post: 27-02-2010, 05:04 AM
  3. How to create Windows DLL with Visual Basic?
    By Flaco in forum Software Development
    Replies: 4
    Last Post: 27-02-2010, 04:39 AM
  4. How to Create ActiveX Controls in Visual Basic 6
    By geokilla in forum Software Development
    Replies: 3
    Last Post: 30-09-2009, 03:36 PM
  5. Create ActiveX dll with Visual Basic
    By B_Hodge in forum Software Development
    Replies: 2
    Last Post: 08-05-2009, 10:28 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,558,718.68772 seconds with 17 queries