资源简介
一个不错的基于VC++的窗口换肤程序,提供了源码,可以让初次解决换肤的朋友做个设计参考
代码片段和文件信息
//Download by http://www.NewXing.com
// SkinTest.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “SkinTest.h“
#include “SkinTestDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CSkinTestApp
BEGIN_MESSAGE_MAP(CSkinTestApp CWinApp)
//{{AFX_MSG_MAP(CSkinTestApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
// DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CSkinTestApp construction
CSkinTestApp::CSkinTestApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CSkinTestApp object
CSkinTestApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CSkinTestApp initialization
BOOL CSkinTestApp::InitInstance()
{
AfxEnableControlContainer();
// Standard initialization
// If you are not using these features and wish to reduce the size
// of your final executable you should remove from the following
// the specific initialization routines you do not need.
#ifdef _AFXDLL
Enable3dControls(); // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic(); // Call this when linking to MFC statically
#endif
CSkinTestDlg dlg;
m_pMainWnd = &dlg;
int nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
// TODO: Place code here to handle when the dialog is
// dismissed with OK
}
else if (nResponse == IDCANCEL)
{
// TODO: Place code here to handle when the dialog is
// dismissed with Cancel
}
// Since the dialog has been closed return FALSE so that we exit the
// application rather than start the application‘s message pump.
return FALSE;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
....... 41 2002-12-11 01:31 www.NewXing.com\ReadMe.txt
....... 2013 2002-12-04 14:37 www.NewXing.com\skin\neost
....... 2111 2002-12-04 17:22 www.NewXing.com\skin\xpst
文件 972 2013-12-02 03:36 www.NewXing.com\SkinWin\EnBitmap.h
文件 1954 2013-12-02 03:36 www.NewXing.com\SkinWin\MyBitmap.h
文件 770 2013-12-02 03:36 www.NewXing.com\resource.h
文件 2545 2013-12-02 03:36 www.NewXing.com\SkinWin\SkinButton.h
文件 683 2013-12-02 03:36 www.NewXing.com\SkinWin\SkinResource.h
文件 1384 2013-12-02 03:36 www.NewXing.com\SkinTest.h
文件 1850 2013-12-02 03:36 www.NewXing.com\SkinTestDlg.h
文件 3725 2013-12-02 03:36 www.NewXing.com\SkinWin\SkinWin.h
文件 1092 2013-12-02 03:36 www.NewXing.com\StdAfx.h
文件 3044 2013-12-02 03:36 www.NewXing.com\SkinWin\Subclass.h
文件 4619 2013-12-02 03:36 www.NewXing.com\SkinWin\EnBitmap.cpp
文件 13652 2013-12-02 03:36 www.NewXing.com\SkinWin\MyBitmap.cpp
文件 9969 2013-12-02 03:36 www.NewXing.com\SkinWin\SkinButton.cpp
文件 590 2013-12-02 03:36 www.NewXing.com\SkinWin\SkinResource.cpp
文件 2129 2013-12-02 03:36 www.NewXing.com\SkinTest.cpp
文件 6178 2013-12-02 03:36 www.NewXing.com\SkinTestDlg.cpp
文件 31098 2013-12-02 03:36 www.NewXing.com\SkinWin\SkinWin.cpp
文件 248 2013-12-02 03:36 www.NewXing.com\StdAfx.cpp
文件 8176 2013-12-02 03:36 www.NewXing.com\SkinWin\Subclass.cpp
文件 5576 2013-12-02 03:36 www.NewXing.com\SkinWin\Utils.cpp
....... 53248 2002-12-11 09:40 www.NewXing.com\SkinTest.exe
....... 950 2000-02-23 07:18 www.NewXing.com\skin\neost
....... 3128 2002-12-01 22:14 www.NewXing.com\skin\xpst
....... 25974 2000-03-03 22:51 www.NewXing.com\skin\neost
....... 25976 2001-07-28 13:22 www.NewXing.com\skin\xpst
....... 1750 1999-08-16 11:07 www.NewXing.com\skin\xpst
....... 1782 2000-02-29 07:33 www.NewXing.com\skin\neost
............此处省略47个文件信息
- 上一篇:亦思C++VC调用
- 下一篇:usb_hid_vc++6.0读写设备源码
评论
共有 条评论