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
Steve Gerrard - 01 Mar 2008 03:09 GMT
> 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?
kimiraikkonen - 01 Mar 2008 20:58 GMT
> > 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?
Or application properties thru solution.
Family Tree Mike - 01 Mar 2008 03:13 GMT
> Is it possible to programmatically fill in the Title/Subject/Author
> information in the properties Summary tab of an application's exe file (or
[quoted text clipped - 4 lines]
> 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.