|
-
Aug 26th, 2004, 08:43 AM
#1
Thread Starter
Junior Member
changing company name[resolved]
how do i change the company name after i compile it or bbetter yet not to put any company name?
Last edited by noobieguy; Aug 26th, 2004 at 09:51 AM.
none
-
Aug 26th, 2004, 09:48 AM
#2
Fanatic Member
Inside the "version information" area.
From the Project menu go to -> Project Properties and click on "Make" tab.
-
Aug 26th, 2004, 09:54 AM
#3
Fanatic Member
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!
-
Aug 26th, 2004, 10:07 AM
#4
Fanatic Member
Re: changing company name[resolved]
add
VB Code:
App.CompanyName = "Super company 4000"
to your code at run time (My guess of what you meant by after compiled...)
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
|