Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS General Discussion » Problem with Office 2007 theme Collapse All
Subject Author Date
Sujang Lee Jun 12, 2006 - 3:17 AM

I apply Office 2007 theme to my project.

But Window title bar didn’t correctly displayed.

What’s problem?

Screen : http://lsujang.zetyx.net/

Technical Support Jun 12, 2006 - 7:47 AM

It seems the bitmap resources are not loaded. It may occur if you statically link you app with Prof-UIS and forgot to include the Prof-UIS resources in your project. Please make sure that you included the following line in your *.rc2 file:

#if ( !(defined _AFXDLL && !defined __STATPROFUIS_WITH_DLLMFC__) )
    #include <Resources/Resource.rc>
#endif
You can read more about this issue in the FAQ How to link statically with Prof-UIS?.