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
Printable View
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
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
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.
Once you made the changes, did you save the whole thing under its new 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:Just change that line, save the changes and reopen the project in VB.Code:ExeName32="TheName.exe"
Thanks Guys, that's done the trick
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.