-
(VC7) "
在(VC7)"项目->属性->链接器->输入->附加依赖项"中加入SkinPlusPlusDLL.lib 或 在(VC6)"Project->Settings->Link->Object/library"中加入SkinPlusPlusDLL.lib 2.在你的程序中包含头文件 #inlcude "SkinPlusPlus.h" 3.在程序中加入初始化语句InitInstance() InitializeSkin(_T("XPCorona.ssk")) 注:以上假定SkinPlusPlusDLL.lib,SkinPlusPlus.h,XPCorona.ssk都在当前目录,如果不是请更改路径设置。 二.卸载Skin++ 在程序的卸载函数中加入ExitInstance() ExitSkin() 三.更换皮肤 执行函数LoadSkin即可以实现动态换肤 LoadSkin(_T("XPCorona.ssk")) 四.函数说明 InitializeSkin是SKin++的初始化函数,您可以采用如下参数加载Skin++ InitializeSkin(皮肤文件名) 注:如果皮肤文件名中没有路径则采用当前目录。 LoadSkin(皮肤文件名) 注:如果皮肤文件名中没有路径则采用当前目录。 五.使用分隔条窗体的应注意的问题 您必须SKINPLUSPLUS_SPLITTER()和SKINPLUSPLUS_INIT_SPLITTER(m_wndSplitter)宏 注:SKINPLUSPLUS_INIT_SPLITTER一般传入分隔条对象m_wndSplitter-(VC7) "- gt; Attribute- gt; Linker- gt; Input-gt; Additional items on the "add SkinPlus DLL.lib or (VC6)" Project-gt; Settings- gt; Link-gt; Object/library "SkinPlusPlusDLL.lib into two. in your program contains header files# inlcude "SkinPlusPlus.h" 3. the procedure
- 2023-04-03 07:30:03下载
- 积分:1
-
DriveListBox控件
资源描述DriveListBox控件也称之为驱动器列表控件。可以通过DriveListBox控件很方便的选择软驱、硬盘及光驱等设备
- 2022-03-15 06:22:43下载
- 积分:1
-
带串口输入显示图形和具有软件可编程滤波器特别…
Take Comport input to show as Graph and has software programmable filters particularly for EEG application.
- 2022-03-13 12:33:53下载
- 积分:1
-
counter procedures can be revised procedures for automatic memory before each am...
程序计数器 可以将一段程序进行修改 而后自动记忆每次修改的版本 用户可在C盘相应的文件夹中查看: 修改结果EG第几行修改了或者删除了-counter procedures can be revised procedures for automatic memory before each amended version of the C users can set the corresponding folder View : Amending the results EG line number amended or deleted
- 2022-05-30 20:17:07下载
- 积分:1
-
使用wxWidget的界面编程例子代码,很有参考价值!
使用wxWidget的界面编程例子代码,很有参考价值!-Use programming interface wxWidget example code, very useful!
- 2022-02-01 12:05:30下载
- 积分:1
-
检查奇/偶数
应用背景这是一个简单的程序来检查奇数或偶数。你可以输入数字,系统可以告诉你,你输入的数是奇数还是偶数。关键技术这个程序仅仅用vb.net。是啊,希望这能帮助你学习。
- 2022-02-21 22:19:53下载
- 积分:1
-
Hw_Monitor
Get HW information. ex: CPU information, the is open soucre code. using C# to develop. You can refer to the source code to get more informations.
- 2023-02-10 05:15:03下载
- 积分:1
-
This tutorial will show you how to create docking tool windows
This tutorial will show you how to create docking tool windows- This tutorial will show you how to create docking tool windows
- 2023-01-11 09:35:04下载
- 积分:1
-
设计多颜色窗口接触面
设计的一个多彩的windows界面- Design more than colors windows contact surfaces
- 2022-01-26 04:32:57下载
- 积分:1
-
自动调整界面布局的对话框
此程序实现了当对话框大小改变时其界面布局可自动随之调整,编译环境为VC++2005
- 2023-01-12 19:35:06下载
- 积分:1