SKINPP for VC

Source: Internet
Author: User

1, download files: skinppwtl.h,skinppwtl.dll,skinppwtl.lib and skin++ Skin Library;

2, a new project, such as: Based on multi-document engineering, named: MySkin;

3, copy the downloaded skinppwtl.h,skinppwtl.dll,skinppwtl.lib and skin++ skin (such as the Aquaos.ssk file in the skin library) to the new project directory: MySkin;

3, Project-"set-" Link; output file name to: MySkin.exe, that is, remove the default Debug; object/Module library: Add SkinPPWTL.lib; ok.

4. Include the skin header file in the StdAfx.h header file:

1 #include " skinppwtl.h"

5. In the bool Cmyskinapp::initinstance () function of the MySkin.CPP file, add the skin loading function:

1 Skinpploadskin (_t (" aquaoscar.ssk"));

The parameter in this function is the skin file name to be loaded, change the skin directly here to change the skin name.

6, F7,ctrl+f5,over.

SKINPP for VC

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.