how to fill in Title, Author,... in app exe properties summary tab

  • Thread starter Thread starter Rich
  • Start date Start date
R

Rich

Is it possible to programmatically fill in the Title/Subject/Author
information in the properties Summary tab of an application's exe file (or
shortcut to the exe)?

How to do this?

Thanks,
Rich
 
Rich said:
Is it possible to programmatically fill in the Title/Subject/Author
information in the properties Summary tab of an application's exe
file (or shortcut to the exe)?

Why wouldn't you just build the .exe, then fill in the info directly, before
distributing it?
 
Rich said:
Is it possible to programmatically fill in the Title/Subject/Author
information in the properties Summary tab of an application's exe file (or
shortcut to the exe)?

How to do this?

Thanks,
Rich

You set this in the project properties, the Application tab, then click the
Assembly Information button. The settings are Title, Description and
Company, but I presume they are what you mean.
 
Back
Top