Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Adding my name as creator to the EXE's properties

Status
Not open for further replies.

neillovell

Programmer
Joined
Aug 27, 2002
Messages
560
Location
GB
Hi,
you know when you create an EXE you can right click on it to get the company name etc. well how can I get my name into that box? I assume you can set up visual studio to compile the exe with this information but what/where is the setting?

I'm using .NET
 
you should study Shell Extensions

Ion Filipski
1c.bmp

ICQ: 95034075
AIM: IonFilipski
filipski@excite.com
 
>Shell Extensions

Huh?
It is in the version section of the resource file.

/Per

if (typos) cout << &quot;My fingers are faster than my brain. Sorry for the typos.&quot;;
 
What if you're building a command line executable?
 
Same thing. A command line exe can have resources too.

/Per

if (typos) cout << &quot;My fingers are faster than my brain. Sorry for the typos.&quot;;
 
There is a OLE based &quot;Shell Extension API&quot;. Use it.

Ion Filipski
1c.bmp

ICQ: 95034075
AIM: IonFilipski
filipski@excite.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top