|
-
Oct 28th, 2005, 09:31 AM
#1
Thread Starter
Junior Member
[RESOLVED] Change VB6 Exe name
Hi
I have a VB6 project which I changed the name of, I have also reflected this new name in the project properties. However when I go to the file menu, the Make xxxx.exe still refers to the old exe name, how do I change the exe name ?
Thanks
-
Oct 28th, 2005, 09:33 AM
#2
Re: Change VB6 Exe name
it will be the name of your project, but you could just rename it when you choose a location :-/
If not change the name of your project
-
Oct 28th, 2005, 09:33 AM
#3
Fanatic Member
Re: Change VB6 Exe name
Just click the make XXXXX.exe and when it opens the window to put it somewhere, change the name from XXXXXX.exe to whatever and it will stay thay way from then on. I find it happens once and a while on my renaming of projects.
-
Oct 28th, 2005, 09:34 AM
#4
Re: Change VB6 Exe name
Once you made the changes, did you save the whole thing under its new name?
-
Oct 28th, 2005, 09:45 AM
#5
Re: Change VB6 Exe name
By default VB will assign the same name for the Exe as the project name. However once you have built an EXE VB will keep that name. The easiest solution is to do what neicedover1982 just suggested, however you can also open the *.vbp file in Notepad and make the change there. In this file you will find a line that looks like this:
Code:
ExeName32="TheName.exe"
Just change that line, save the changes and reopen the project in VB.
-
Nov 1st, 2005, 01:28 PM
#6
Thread Starter
Junior Member
Re: Change VB6 Exe name
Thanks Guys, that's done the trick
-
Nov 1st, 2005, 01:31 PM
#7
Re: Change VB6 Exe name
Now that we've helped you, you can help us by pulling down the Thread Tools menu and clicking the Mark Thread Resolved button which will let everyone know that you have your answer. Also if someone has been particularly helpful, or even particularly unhelpful, you have the ability to affect a their forum "reputation" by rating their post.
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
|