how do i change the company name after i compile it or bbetter yet not to put any company name?
Printable View
how do i change the company name after i compile it or bbetter yet not to put any company name?
Inside the "version information" area.
From the Project menu go to -> Project Properties and click on "Make" tab.
:)
I just read it again and you mention “after compiling the exe”
humm... not in a conventional way ;) but certainly in IDE as I mentioned.
Cheers!
add
VB Code:
App.CompanyName = "Super company 4000"
to your code at run time (My guess of what you meant by after compiled...)