登录
首页 » 界面开发 » Tree like menu of friends, we should look at, it is practical. A slight modifica...

Tree like menu of friends, we should look at, it is practical. A slight modifica...

于 2022-06-21 发布 文件大小:31.60 kB
0 163
下载积分: 2 下载次数: 1

代码说明:

喜欢树形菜单的朋友,应该看看,很实用。稍微修改下就可以用了-Tree like menu of friends, we should look at, it is practical. A slight modification can be used under

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

发表评论

0 个回复

  • Very good financial management system which we should look at and reference Oh
    很不错的财务管理系统,值得大家看看和参考哦-Very good financial management system which we should look at and reference Oh
    2022-08-14 05:13:30下载
    积分: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
  • 人们在使用SQL时往往会陷入一个误区,即太关注于所得的结果是否正确,而忽略了不同的实现方法之间可能存在的 性能差异,这种性能差异在大型的或是复杂的数据库环境中(...
    人们在使用SQL时往往会陷入一个误区,即太关注于所得的结果是否正确,而忽略了不同的实现方法之间可能存在的 性能差异,这种性能差异在大型的或是复杂的数据库环境中(如联机事务处理OLTP或决策支持系统DSS)中表现得尤为明 显。笔者在工作实践中发现,不良的SQL往往来自于不恰当的索引设计、不充份的连接条件和不可优化的where子句。在对 它们进行适当的优化后,其运行速度有了明显地提高!下面我将从这三个方面分别进行总结:-people in the use of SQL often fall into the trap, that is too focused on the findings is correct, and ignore a different method may exist between the performance differences, these differences in large or complex database environment (such as online transaction processing or decision support OLTP system DSS) has become even more obvious. In practice I found that the poor tend to SQL from inappropriate design of the index, not fully connected and non-optimal conditions where the phrase. On their proper optimization, and their operating speed has been improved! Now I will be three aspects of this summary :
    2022-07-14 22:31:11下载
    积分:1
  • 此代码是《Visual C++6.0程序设计从入门到精通》的原代码光盘。...
    此代码是《Visual C++6.0程序设计从入门到精通》的原代码光盘。-This code is
    2022-03-23 17:47:52下载
    积分:1
  • interface development, belonging to extract immediate, Oral detailed description...
    界面开发,属于即时提取,口头详细描述;使用简单,使用方便。
    2022-03-03 01:07:31下载
    积分:1
  • unlzexe ver 0.5 (PC
    unlzexe ver 0.5 (PC-VAN UTJ44266 Kou )* UNLZEXE converts the compressed file by lzexe(ver.0.90,0.91) to the* UNcompressed executable one.** usage: UNLZEXE packedfile[.EXE] [unpackedfile.EXE]
    2022-01-25 21:27:50下载
    积分:1
  • 一个非常好的控制条
    一个非常好的控制条,全部是自己编写,希望大家能喜欢,包含大家常用的控制,窗口等等
    2022-02-25 17:43:47下载
    积分:1
  • 你好,这是一个很好的提示
    hello,this is a very good tooltip
    2022-08-08 19:16:53下载
    积分:1
  • 鼠标信息
    鼠标信息,对windows系统发送鼠标信息,实现虚拟鼠标的过程。有兴趣的可以参考该代码实现空间鼠标。                                                                              
    2022-01-26 06:27:00下载
    积分:1
  • 一个菜单加速的很好的例子
    一个菜单加速的很好的例子-a menu accelerated good example
    2022-03-09 15:52:53下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载