Results 1 to 2 of 2

Thread: Creating .exe file in VB

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Feb 2002
    Posts
    67

    Creating .exe file in VB

    Hi All,

    I've just starting using .Net with no experience of this type of App before. As such im finding it difficult to create a .exe file out of my .vb files. Could some one point me in the right direction.

    Thanks In Advance!

  2. #2
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    If you have Visual Studio .NET, right click on the project name in the Project Explorer on the right side of the screen and choose build..it is compiled to the bin directory of your projects source directory.

    If you dont have VS, open a command line prompt and type vbc then enter. It will show you all the options for compiling. If you have any specific command line compiler questions, ask me as I use it alot.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

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