Application::CompanyName property
- From: "Dave" <haileydave@xxxxxxxxxxx>
- Date: 15 Mar 2006 12:30:30 -0800
I am setting assembly attributes in my assemblyinfo.cpp file of my
simple form app, yet the corresponding properties in the global
Application object remain empty. So:
[assembly:AssemblyCompanyAttribute("My Company")];
yields an empty string in the Application::CompanyName property. The
same happens for all the other attributes/properties. Can anyone shed
light as to what I am doing wrong? Do I have to acces the Application
object in some particular way?
Dave.
.
- Prev by Date: Re: error when linking a Fortran library to c++ code in VC8
- Next by Date: Re: BSTR, _bstr_t issues occuring on our Windows 2003 Server
- Previous by thread: Re: error C2144 and C4430 when compiling anything in VC++ 2005
- Next by thread: modifying control properties !!
- Index(es):
Relevant Pages
|