-
一个小车动画,急于BIOS的中断调用.当小车行驶到屏幕底端,可以从平面顶端重新开始...
一个小车动画,急于BIOS的中断调用.当小车行驶到屏幕底端,可以从平面顶端重新开始-a car animation, eager BIOS interrupt the call. When the car to the bottom of the screen will be flat from the top to re-start
- 2022-02-18 17:20:14下载
- 积分:1
-
windows mobile手机应用程序编程例子源代码
windows mobile手机应用程序编程例子源代码-windows mobile phone application programming source code examples
- 2022-01-26 07:10:33下载
- 积分:1
-
捕捉video视频的VC++程序,vc6编译通过,特此推荐
捕捉video视频的VC++程序,vc6编译通过,特此推荐-video capture video VC++ program, vc6 compile, and would like to commend
- 2022-09-19 08:55:03下载
- 积分:1
-
some self
一些自给控件。 解压密码:www.programsalon.com-some self-control. Extracting Password : www.programsalon.com
- 2022-01-24 17:10:30下载
- 积分:1
-
a menu system to add a menu item example
一个给系统菜单添加菜单项的例子-a menu system to add a menu item example
- 2022-02-13 16:32:57下载
- 积分:1
-
一个从MSDN的scribble改进的程序,可以画直线,矩形及椭圆。对于学习图像处理是个很好的入门...
一个从MSDN的scribble改进的程序,可以画直线,矩形及椭圆。对于学习图像处理是个很好的入门-a scribble from the MSDN improved procedures can draw straight lines, rectangle and oval. Learning image processing is a very good entry
- 2023-05-02 07:55:03下载
- 积分:1
-
树列表视图应用程序
此示例演示Windows Presentation Foundation的特定功能,因此,未遵循应用程序开发的最佳实践。对于Windows演示基础(WPF)和Microsoft .NET Framework应用程序开发的最佳实践的全面覆盖,是指在适当以下
- 2023-08-07 16:20:03下载
- 积分:1
-
各个文件夹以树状的结构来显示文件信息
各个文件夹以树状的结构来显示文件信息-various folders in a tree structure of the document to show information
- 2022-01-26 05:00:43下载
- 积分:1
-
windows to create a simple window, as well as a simple api function call.
windows窗口简单的创建,以及api函数的简单调用。-windows to create a simple window, as well as a simple api function call.
- 2022-07-14 13:07:58下载
- 积分:1
-
(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