How to use CMFCVisualManagerOffice2007 in dialog App?
-
Hi everybody,I used vc 2008 sp1 and created a dialog app.I used
CMFCVisualManagerOffice2007::SetStyle(CMFCVisualManagerOffice2007::Office2007\_LunaBlue); CMFCVisualManager::SetDefaultManager(RUNTIME\_CLASS(CMFCVisualManagerOffice2007));
in CAppEx::InitInstance(),but there were nothing happaned.I wonder thether the dialog app couldn't use CMFCVisualManagerOffice2007 . Thanx.
-
Hi everybody,I used vc 2008 sp1 and created a dialog app.I used
CMFCVisualManagerOffice2007::SetStyle(CMFCVisualManagerOffice2007::Office2007\_LunaBlue); CMFCVisualManager::SetDefaultManager(RUNTIME\_CLASS(CMFCVisualManagerOffice2007));
in CAppEx::InitInstance(),but there were nothing happaned.I wonder thether the dialog app couldn't use CMFCVisualManagerOffice2007 . Thanx.
stephen_young wrote:
in CAppEx::InitInstance(),but there were nothing happaned.I
I do not think that these styles can be used with dialog apps. To verify, create an SDI app.
"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"Man who follows car will be exhausted." - Confucius
-
stephen_young wrote:
in CAppEx::InitInstance(),but there were nothing happaned.I
I do not think that these styles can be used with dialog apps. To verify, create an SDI app.
"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"Man who follows car will be exhausted." - Confucius
Thanx David.Yes the SDI app is OK!!