登录
首页 » 界面开发 » various combinations of Windows controls usage, not extracting passwords, we hop...

various combinations of Windows controls usage, not extracting passwords, we hop...

于 2022-02-11 发布 文件大小:21.65 kB
0 138
下载积分: 2 下载次数: 1

代码说明:

多种WINDOWS控件的组合用法,没有解压密码,希望对大家有帮助-various combinations of Windows controls usage, not extracting passwords, we hope to help

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

发表评论

0 个回复

  • 一个用Qt编写的日历程序
    一个用Qt编写的日历程序-Qt used to prepare a calendar program
    2022-04-08 22:05:46下载
    积分:1
  • 仪表盘模拟用vc6,阐明了如何使用vc6模拟动态的仪表图形变化.适合工程方的软件....
    仪表盘模拟用vc6开发,阐明了如何使用vc6模拟动态的仪表图形变化.适合工程方面的软件.-dashboard simulations vc6 development, and expounded on how to use vc6 simulate dynamic changes instrument graphics. For engineering software.
    2022-03-18 12:32:12下载
    积分:1
  • STM32上实现GPS并显示
    本程序实现接收GPS-OEM板NMEA0183协议,并实时以星图的形式显示出来。
    2022-10-01 15:10:13下载
    积分: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
  • 树控件与列表控件的组合控件
    结合CTreeCtrl与CListCtrl,自绘的CTreeListCtrl控件, 包含了树控件的功能和列表控件的功能,与VS2005下面调试代码时查看局部变量的视图一样功能;同时,增加了拖拽的功能,在呈现数据时更直观
    2022-08-12 18:48:28下载
    积分:1
  • GetFolderNamesDemo.zip,获得文件夹的名字
    GetFolderNamesDemo.zip,获得文件夹的名字-GetFolderNamesDemo.zip, obtains the folder the name
    2022-09-12 09:20:03下载
    积分:1
  • 一个Java 应用程序,用来显示2005年的日历。且单击“上月”和“下月”按钮,可用来显示上月和下月的日历...
    一个Java 应用程序,用来显示2005年的日历。且单击“上月”和“下月”按钮,可用来显示上月和下月的日历-a Java application that used to show the 2005 calendar. But click "on" and "next month" button, can be used to display and next month on the calendar
    2022-07-13 06:14:31下载
    积分:1
  • web应用,自动登录控件
    用WebBrowser控件实现自动登陆到一个网站.可获取cookie,根据cookie打开其他页面!-Using WebBrowser control to realize automatic landing a website. May obtain cookie, in accordance with cookie to open another page! 
    2022-10-26 03:55:03下载
    积分:1
  • 对话框用户程序的编写,如何向对话框控件关联数据成员及其实现机理,如何利用对话框类的成员函数向控件送消息和获取对话框控件的类指针,如何直接利用对话框控件类操...
    对话框用户界面程序的编写,如何向对话框控件关联数据成员及其实现机理,如何利用对话框类的成员函数向控件发送消息和获取对话框控件的类指针,如何直接利用对话框控件类操纵对话框控件(发送消息和直接调用成员函数)。如何在程序运行时产生和销毁控件。对话框控件的几种操作方式的优劣比较分析。如何实现对话框的部分收缩和展开。如何让对话框上的文本框在程序启动后立即获得焦点,如何利用SetWindowLong改变窗口的回调函数,通过改变文本框的默认回车处理方式进行演示。实现多个输入文本框间通过回车逐一向下传递焦点的另一种巧妙方法(用缺省按钮来处理)。-dialog user interface program, how to dialog controls associated data and Implementation Mechanism members, how to use dialog category of members function to control access to this information and dialog controls category pointer, how to use direct manipulation of the dialog box controls type controls (Send Message and direct calling member function). How procedures and caused the destruction of Control. Controls dialog mode of operation of several comparative analysis of the pros. How to achieve some of the dialog and begin contraction. How to let the text dialog box procedure was activated immediately after the focus how to use SetWindowLong to change the window callback function. By changing the default text box Enter w
    2022-02-25 18:58:41下载
    积分:1
  • 控制网络的使用,能够加上地址、查找、删除等
    ip控件的使用, 能实现ip地址的添加,查找,删除-ip control the use, able to add ip address, search, delete, etc.
    2023-05-21 21:40:03下载
    积分:1
  • 696518资源总数
  • 106161会员总数
  • 5今日下载