Application Programming question.

sao123

Lifer
May 27, 2002
12,653
205
106
Fill in the data for the program property summary page?

If you right click on an exe and go to properties. then click on the summary tab.
the page has fields for author, version, subject, etc...

I remember from long ago this used to be an OLE control in windows 95, how does one do it in MFC 7 with Visual C++ .Net 2002 (C++ 7.0)??
 

dighn

Lifer
Aug 12, 2001
22,820
4
81
make sure your porject has resource associated with it.
go to resource editor
add a new "version" entity if it doesn't already exist (right click or something)
fill it in
 

tfinch2

Lifer
Feb 3, 2004
22,114
1
0
In Visual Basic when you created the compiled EXE, there is a button to modify the executable's properties. I'd assume it's the same way in all of the Visual Studio programs.