|
-
Dec 22nd, 2003, 12:10 PM
#1
Thread Starter
Lively Member
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]
-
Dec 22nd, 2003, 12:35 PM
#2
Everytime you compile or run it from the IDE it gets compiled and the exe is built in the bin subfolder of the project.
-
Dec 22nd, 2003, 01:25 PM
#3
Fanatic Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|