登录
首页 » 界面开发 » AppFace supports three skin loading from the disk loading, loading resources fro...

AppFace supports three skin loading from the disk loading, loading resources fro...

于 2022-03-05 发布 文件大小:576.32 kB
0 219
下载积分: 2 下载次数: 1

代码说明:

AppFace 支持三种皮肤加载方式,从磁盘文件加载,从资源加载,从内存加载。下面我就说说如何从资源加载URF皮肤文件:   首先,要确保你下载了AppFace for VC 开发包,我们要用到其中的三个文件: "appface.h", "appface.dll" ,"gtclassic.urf" 。   接着,创建一个 VC 可执行文件工程, MDI/SDI/DIALOG/WIN32 类型的都可以,我以创建一个DIALOG 工程 ResSkin 进行说明 。将"appface.h" 拷贝到该工程目录下,将"Appface.dll"拷贝到该工程的输出目录下,例如:"debug",将"gtclassic.urf"拷贝到资源所在目录下 。在VC 的项目管理器中进入资源管理项,在右键菜单中选择"Import",将"gtclassic.urf"添加进工程,资源类型设定为: "MYRESTYPE",资源ID设定为"IDR_MY_URF"。注意:资源ID 前面一定要加双引号 -AppFace supports three skin loading from the disk loading, loading resources from the memory load. Now, I would talk about how to load resources from the URF skin document : first, to ensure that you downloaded AppFace for VC development kits, we have to use th ree documents : "appface.h", "appface.dll", "gtclassic.urf." Next, create an executable file VC, MDI/SDI/DIALOG/WIN32 types of can, I would like to create a DIALOG project ResSkin explanation. "Appface.h" copy to the project directory, "Appface.dll"

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 操作系统进程的挂起和解挂,内存的动态分配以及进程运行完毕后回收内存等。功能齐全,供大家参考...
    操作系统进程的挂起和解挂,内存的动态分配以及进程运行完毕后回收内存等。功能齐全,供大家参考-operating system processes linked to the duration of reconciliation, dynamic memory allocation, and the process of recovery after the operation memory. Fully functional, for your reference
    2022-04-20 15:25:12下载
    积分:1
  • 可以直接操作系统里的东西.控制控制.
    可以直接操作系统里面的东西.控制控制面.-can direct things inside the operating system. Control control surfaces.
    2022-03-06 15:33:10下载
    积分:1
  • 在单文档中,加入(1)模式对话框(2)属性框(3)颜色框(4)文件导入框(5)向导框...
    在单文档中,加入(1)模式对话框(2)属性框(3)颜色框(4)文件导入框(5)向导框-in a single document, accession (1) model box (2) Properties box (3) color box (4) documents into a box (5) Wizard Box
    2023-05-10 05:10:03下载
    积分:1
  • 基于联通SGIP1.2供简单的短信平台系统接口
    基于联通SGIP1.2接口库开发的简单短消息平台,支持参数配置,日志记录功能。同时与后台数据库集成,自动将接收到的消息写入数据库的MO_Log表,同时将发送出去的消息写入MT_Log表,失败的话记录失败原因.MT_Log表的FinishFlag字段表示发送是否成功,FinishFlag = 0表示正在短信中心等待,发送成功的话FinishFlag=1,失败的话=2,如果发送失败,将在ErrorDescribe字段中记录失败原因。 数据库可以是Access,SqlServer2000,Oracle,或者Sybase等,只要有MO_Log,MT_Log表即可。也可以建立一个发送表,将要发送的消息写入该表,然后程序定时检测该表的内容,有新记录的话就发送出去。 程序现在用的是ACCESS数据库,如果要改用其它数据库的话,需要更改数据库的连接字符串。-Unicom SGIP1.2 based interface for the development of a simple SMS platform to support parameter configuration, logging function. While integrated with the back-end databases, automatically sending the information into the database MO_Log table, will be sent out into the news MT_Log table, and failure to do what the reasons for failure. MT_Log questionnaire sent FinishFlag field said that the success of FinishFlag = 0 is said the Center for SMS, successfully sent the FinishFlag = 1, the failure = 2, if this fails, will ErrorDescribe field record the reasons for failure. Access is the database, SqlServer2000, Oracle,
    2022-10-29 06:40:03下载
    积分:1
  • 一个支持编辑与下拉列表功能的属性列表控件。
    一个支持编辑与下拉列表功能的属性列表控件。-an editor with the support of the drop-down list of functional attributes Control List.
    2022-06-27 22:31:12下载
    积分:1
  • jsp+access数据库
    应用背景本代码是基于JSP+access数据库联合而发,是与access数据库相结合,意再此为JSP网页的技术成熟运用,熟能生巧,为广大的JSP爱好者提供资料。关键技术JSP(全称JavaServer Pages)是由Sun Microsystems公司倡导和许多公司参与共同创建的一种使软件开发者可以响应客户端请求,而动态生成HTML、XML或其他格式文档的Web网页的技术标准。JSP技术是以Java语言作为脚本语言的,JSP网页为整个服务器端的Java库单元提供了一个接口来服务于HTTP的应用程序。JSP使Java代码和特定的预定义动作可以嵌入到静态页面中。JSP句法增加了被称为JSP动作的XML标签,它们用来调用内建功能。
    2022-01-26 14:42:27下载
    积分:1
  • 用slider(滑动)控件控制视图的放大和缩小 视口跟窗口的变换算法,坐标系之间转换...
    用slider(滑动)控件控制视图的放大和缩小 视口跟窗口的变换算法,坐标系之间转换-Use slider (sliding) control control view, as I zoom in and out with the window transform algorithm, coordinate system conversion between
    2023-04-05 16:20:04下载
    积分:1
  • 一个非常好的多视图例子
    一个非常好的多视图例子-a very good example of multi-view
    2023-01-16 10:20:04下载
    积分:1
  • 让工具栏的按钮动起来,并且详细的说明了动态按钮的单击事件的代码添加。...
    让工具栏的按钮动起来,并且详细的说明了动态按钮的单击事件的代码添加。-let toolbar button to move, and detailed description of the dynamic click the button to add the code.
    2022-03-15 06:25:20下载
    积分:1
  • VC6.0的曲线显示程序,性能稳定,已用于本公司产品
    VC6.0开发的曲线显示程序,性能稳定,已用于本公司产品-VC6.0 curve shows the development of procedures, stable performance, the company" s products have been used
    2022-07-03 05:32:26下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载