资源简介
SkinSharp静态库的破解版,没有小衣服.生成的程序不用带dll
代码片段和文件信息
// SkinSharp静态库破解版VC6范例.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “SkinSharp静态库破解版VC6范例.h“
#include “SkinSharp静态库破解版VC6范例Dlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CSkinSharpVC6App
BEGIN_MESSAGE_MAP(CSkinSharpVC6App CWinApp)
//{{AFX_MSG_MAP(CSkinSharpVC6App)
// 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()
/////////////////////////////////////////////////////////////////////////////
// CSkinSharpVC6App construction
CSkinSharpVC6App::CSkinSharpVC6App()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CSkinSharpVC6App object
CSkinSharpVC6App theApp;
/////////////////////////////////////////////////////////////////////////////
// CSkinSharpVC6App initialization
BOOL CSkinSharpVC6App::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
CSkinSharpVC6Dlg dlg;
m_pMainWnd = &dlg;
SkinH_Init(m_hInstance);//初始化皮肤,并不是加载皮肤注意哦,这个是加载皮肤的前提而已。
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;
}
//以下这段是当EXE程序销毁的时候 做的处理,正确的方式是销毁这个皮肤,
//不过 不写也没关系,如果你的程序在关闭的时候报错,那么请加上这句
/*
int CSkinSharpVC6App::ExitInstance()//程序退出的时候销毁这个皮肤
{
//SkinH_Free();
return CWinApp::ExitInstance();
}
*/
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 980 2013-04-14 10:06 resource.h
文件 150052 2013-04-14 10:06 SkinSharp静态库破解版VC6范例.aps
文件 1373 2013-04-14 10:27 SkinSharp静态库破解版VC6范例.clw
文件 2578 2013-04-14 09:48 SkinSharp静态库破解版VC6范例.cpp
文件 4716 2013-04-14 10:13 SkinSharp静态库破解版VC6范例.dsp
文件 564 2013-04-14 09:25 SkinSharp静态库破解版VC6范例.dsw
文件 1511 2013-04-14 09:53 SkinSharp静态库破解版VC6范例.h
文件 50176 2013-04-14 10:27 SkinSharp静态库破解版VC6范例.ncb
文件 49664 2013-04-14 10:27 SkinSharp静态库破解版VC6范例.opt
文件 966 2013-04-14 10:12 SkinSharp静态库破解版VC6范例.plg
文件 6246 2013-04-14 10:06 SkinSharp静态库破解版VC6范例.rc
文件 4463 2013-04-14 10:12 SkinSharp静态库破解版VC6范例Dlg.cpp
文件 1452 2013-04-14 10:12 SkinSharp静态库破解版VC6范例Dlg.h
文件 230 2013-04-14 09:25 StdAfx.cpp
文件 1223 2013-04-14 09:32 StdAfx.h
文件 93054 2013-04-14 10:06 res\1234.bmp
文件 1078 2013-04-14 09:25 res\SkinSharp静态库破解版VC6范例.ico
文件 420 2013-04-14 09:25 res\SkinSharp静态库破解版VC6范例.rc2
文件 182618 2006-06-03 19:15 VC皮肤美化Lib\Detours.lib
文件 8987 2011-09-29 15:02 VC皮肤美化Lib\SkinH.h
文件 20552 2009-07-28 14:04 VC皮肤美化Lib\skinh.she
文件 544584 2011-05-08 21:50 VC皮肤美化Lib\SkinH_ST.lib
文件 3927 2013-04-14 09:25 ReadMe.txt
目录 0 2013-04-14 10:06 res
..AD... 0 2013-04-14 09:53 VC皮肤美化Lib
文件 438 2013-04-25 08:41 源码说明.txt
文件 95 2012-05-28 15:41 魔鬼作坊论坛.url
----------- --------- ---------- ----- ----
1131947 27
............此处省略0个文件信息
评论
共有 条评论