登录
首页 » 界面开发 » 本代码提供了以一个带有各种画块控制的程序

本代码提供了以一个带有各种画块控制的程序

于 2022-10-18 发布 文件大小:74.71 kB
0 182
下载积分: 2 下载次数: 1

代码说明:

本代码提供了以一个带有各种画块控制的程序-the code provided in a block painted with various control procedures

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

发表评论

0 个回复

  • 使用CArchive类对文件进行操作。MFC框架程序提供的文件新建与打功能内部的实现机制。如何利用CDocument类的串行化存储功能保存与加载数据。如何实现...
    使用CArchive类对文件进行操作。MFC框架程序提供的文件新建与打开功能内部的实现机制。如何利用CDocument类的串行化存储功能保存与加载数据。如何实现类对串行化的支持,CObArray的串行化实现内幕。删出文档数据时常犯的错误。MFC框架程序的文档类和视类的关系,以及如何获得相互的指针引用。-use CArchive category of documents to operate. MFC provides the framework document and open the new functions within the Implementation Mechanism. CDocument class how to use the serial storage function preservation and loading data. How to achieve the type of support serial, serial CObArray realization insider. Cut out data files often made mistakes. MFC framework of the procedures and documentation category as a category, and how to access each other indicators cited.
    2022-02-28 11:46:47下载
    积分:1
  • 数据库程序设计 药品管理系统 在SQL VB 环境下运行
    数据库程序设计 药品管理系统 在SQL VB 环境下运行-database management system to design drugs in SQL VB running
    2022-03-18 17:29:50下载
    积分:1
  • 场景(图形),聊天室,源代码(在绝对高标准,很酷)
    场景(图形),聊天室,源代码(绝对高标准,酷)
    2022-03-17 16:49:10下载
    积分:1
  • V1.2 更新: * 默认对原OEM信息进行备份; * 修正windows 98下部分品牌无法使用的错误; * 增加windows 98下安装...
    V1.2 更新: * 默认对原OEM信息进行备份; * 修正windows 98下部分品牌无法使用的错误; * 增加windows 98下安装序列号的显示; * 修正选择自定义信息后无法再选择内置信息的错误; * 文件选择对话框去掉预览功能,以支持快捷方式的文件联接。 V1.1 更新: * 增加对windows 98的支持; * 增加显示产品序列号。 V1.0 更新: * 增加新联想OEM信息和11种主流CPU信息; * 改正高级选项里的一个BUG。 V0.99 发布,内置15种品牌OEM信息,可自定义OEM信息。-V1.2 Update :* OEM default on the original information backup;* Amendments to the lower part of windows 98 brands can not use error;* Installation of windows 98 of the sequence shows;* Amendments to select the custom message can no longer choose the wrong message embedded;* Documentation election Optional box removed preview capabilities to support efficient way connected to the paper. V1.1 Update :* increase support for Windows 98;* The increasing product serial number. V1.0 Update :* The new Lenovo OEM information and 11 CPU;* High corrective options"s a BUG. V0.99 released, built-in 15 brands OEM information, OEM-defined information.
    2022-03-02 04:43:51下载
    积分:1
  • 教你如何编写换皮肤的程序
    教你如何编写换皮肤的程序-teach you how to prepare the skin for the procedure
    2022-02-04 21:38:33下载
    积分:1
  • MFC进程之间的单管道传输
    资源描述 进程之间的单管道数据传输 操作平台:win10+vs2013 pro 运行结果: 1、字符与宽字符之间的转换 //宽字符转字符 void TcharToChar(const TCHAR * tchar, char * _char) { int iLength; //获取字节长度 iLength = WideCharToMultiByte(CP_ACP, 0, tchar, -1, NULL, 0, NULL, NULL); //将tchar值赋给_char WideCharToMultiByte(CP_ACP, 0, tchar, -1, _char, iLength, NULL, NULL); } //字符转宽字符 void CharToTchar(const char * _char, TCHAR * tchar) { int iLength; iLength = MultiByteToWideChar(CP_ACP, 0, _char, strlen(_char) + 1, NULL, 0); MultiByteToWideChar(CP_ACP, 0, _char, strlen(_char) + 1, tchar, iLength); } 2、创建进程及单管道传输 void CDemoDlg::OnBnClickedButton1() { // TODO: 在此添加控件通知处理程序代码 //管道相关 HANDLE hPWrite, hPRea
    2022-03-06 10:20:16下载
    积分:1
  • 实现MTV字幕滚动扣图 字符叠加到视频上
    实现MTV字幕滚动扣图 字符叠加到视频上-The achievement of MTV subtitles superimposed roll buckle map characters to video on
    2022-01-30 14:20:54下载
    积分: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
  • 在Qt编程源代码,熟练的很好的,不记得了,好像…
    精通QT编程 的源码,很不错,记不太清了,好像是电子工业出版社出版的-Proficient in QT programming source code, very good, do not remember, as if the electronics industry publishing house
    2022-04-07 12:06:58下载
    积分:1
  • 本源码演示了如何实现Visual Studio 6.0风格的用户
    本源码演示了如何实现Visual Studio 6.0风格的用户界面。-The source code to demonstrate how to achieve the Visual Studio 6.0-style user interface.
    2022-05-06 19:35:51下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载