登录
首页 » 界面开发 » .net下开发的类似MSN邮件到达提示的控件

.net下开发的类似MSN邮件到达提示的控件

于 2022-03-04 发布 文件大小:406.75 kB
0 171
下载积分: 2 下载次数: 1

代码说明:

.net下开发的类似MSN邮件到达提示的控件-. net developed MSN message arrives prompted similar controls

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

发表评论

0 个回复

  • 编写的一个班级管理系统的程序,可以实现改变,删除,…
    用java编写的一个班级管理系统的程序,可以实现修改,删除,查询等功能-prepared with a class management system procedures, can achieve change, delete, query capabilities.
    2022-07-07 05:18:33下载
    积分:1
  • This procedure is used to write out a standard WINDOWS interface is used to achi...
    本程序用来编写一个标准的WINDOWS界面出来,用来实现体验GDI+的功能。-This procedure is used to write out a standard WINDOWS interface is used to achieve the experience the GDI+ functions.
    2023-04-17 10:55:03下载
    积分:1
  • MFC创建进程、打进程、终止进程
    资源描述 创建进程、打开进程、终止进程 *两个函数 CreateProcess、openProcess、TerminateProcess *获得进程句柄 *获得进程号 *提升进程权限 *Microsoft Spy++ 操作平台:win10+vs2013 pro 操作步骤: 1、创建进程 PROCESS_INFORMATION pi;//进程信息结构 STARTUPINFO si;//启动信息结构 memset(&si, 0, sizeof(si)); si.cb = sizeof(si); si.wShowWindow = SW_SHOW; si.dwFlags = STARTF_USESHOWWINDOW; TCHAR szPath[] = TEXT("c:windowssystem32 otepad.exe E:c++MFCa.txt"); BOOL bRet = ::CreateProcess(NULL, szPath, NULL, FALSE, NULL, NULL, NULL, NULL, &si, &pi); int error = GetLastError(); if (bRet) { ::CloseHandle(pi.hThread); ::CloseHandle(pi.hProcess); AfxMessageBox(TEXT("创建进程成功")); } else { AfxMessageBox(TEXT("创建进程失败")); } 2、打开进程 DWORD pid; //若有指定窗口类和窗口名称则表示成功返回一个窗口的句柄 HWND hCalc = ::FindWindow(TEXT("Note
    2022-03-25 15:36:01下载
    积分:1
  • 视频监控源代码
    用QT编写的视频监控代码,采集USB Camera数据显示,通过串口控制界面切换。通过Mplayer播放录制的视频。
    2022-02-18 13:54:28下载
    积分:1
  • VC程序,程序已编译,可直接运行,欢迎执教
    VC界面程序,程序已编译,可直接运行,欢迎执教-VC interface procedures, procedures have been compiled, can be directly run, welcome coaching
    2022-08-11 05:16:03下载
    积分:1
  • 这是介绍vc属性编程类的,通过这个类的使用,你可以学习到vc深层次上的一些东西...
    这是介绍vc属性编程类的,通过这个类的使用,你可以学习到vc深层次上的一些东西-introduced vc attribute category of programming through the use of this class, you can learn vc something deeper level
    2022-03-07 03:42:21下载
    积分:1
  • 字符串查找和替换的实现例子
    字符串查找和替换的实现例子-string search and replace example of the realization
    2022-05-16 06:11:41下载
    积分:1
  • 计算器小应用程序 实现加减乘除功能
    计算器小应用程序 实现加减乘除功能 -Calculator applet subtraction multiplication and division functions to achieve
    2022-02-04 22:45:25下载
    积分:1
  • first tested this function and upload many times has been ineffective. I do not...
    首次试用此功能,上传很多次都无效。不知道为什么。再次测试一下。-first tested this function and upload many times has been ineffective. I do not know why. Test again.
    2022-03-05 00:50:28下载
    积分:1
  • Visual C++课程设计案例精编
    Visual C++课程设计案例精编--浏览器设计-Visual C cases intensive curriculum design series-- browser design
    2022-12-03 02:55:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载