关于MFC中的界面库Ultimate ToolBox 运用问题 本人打算用开源的 Ultimate ToolBox 界面库 美化用VS2005开发完成的程序界面. 
按照文档, 
已经做好第一步:Statically Linking to the Ultimate ToolBox 静态连接. 可是接下去不会怎么编写代码调用里面的函数. 
希望有做过相关Ultimate ToolBox 界面库的师兄指教一下!! 感激不尽! 根据文档中的内容: 以下部分已经做完!! 
Statically Linking to the Ultimate ToolBox 
Please follow the steps below to statically link to the Ultimate ToolBox: 
STEP 1: 
Build all configurations of the JPEG libraries - you'll find this project in the lib\JPEG directory (this is a VC6 project that should convert and build properly in later versions of Visual Studio). 
STEP 2: 
Build all configurations of the “UTStaticLib” project found in the “/lib/Build Libs” folder. (You can omit the configurations you are sure you are not going to use.) 
STEP 3: 
Add the following line to the end of you project’s StdAfx.h file: #include "UTStaticLib.h" STEP 4: 
Add the following line to the “Compile-time directives” window of your Resource Includes: 
#include "OXMain.rc"