Results 1 to 3 of 3

Thread: Noob Question

  1. #1

    Thread Starter
    Lively Member n00b1337's Avatar
    Join Date
    Sep 2003
    Location
    Berlin Connecticut
    Posts
    67

    Noob Question

    Just got VS 2003.net, How do i actually make hte application an ExE
    [VBcode]
    SubLife_Load()
    If Age>25
    Unload me
    end if
    sub end

    [/vbcode]

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    Everytime you compile or run it from the IDE it gets compiled and the exe is built in the bin subfolder of the project.

  3. #3
    Fanatic Member LITHIA's Avatar
    Join Date
    Dec 2002
    Location
    UK, England
    Posts
    575
    unlike vb6, when you compile it doesnt ask you where you want to make the exe or the filename - I don't know if this is better or worse than vb6, u choose.

    When your ready to compile your exe, click 'Build' and choose 'Build "ProjectName"' and it will make the exe in the bin folder located in the main project folder.

    Hope that helps

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