CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程 搜索资源 - windows消息

搜索资源列表

  1. CS_高级smtp客户端

    0下载:
  2. C#编写的高级smtp客户端,控制台程序,可自行改写为Windows程序,功能齐全,除了基本的发件人地址,收件人地址(可以指定多个收件人,目前程序中设定为10个,可自行更改),主题,内容外,还能发附件(能发多个附件),能指定优先级别,能指定按HTML或TEXT发送,能指定发件人名称。一共有五个文件,MailAttachments.cs是负责处理附件的,MailMessage.cs是负责处理邮件消息的,SmtpMail.cs是负责联系SMTP服务器的,SmtpServerHelper.cs是主要的
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:20046
    • 提供者:张杰
  1. FobAddInForMsn

    1下载:
  2. 开发 MSN Messenger 插件 - Windows Live Messenger Add-ins 微软 Windows Live Messenger 8.0 开放了其 add-ins 开发接口,尽管功能有限,有些实验性质,但我们依然可以做很多事情。诸如自动回复、消息加密、MSN Mini 群等等。 运行/开发环境: 1. Windows Live Messenger 8.0 2. Microsoft .NET Framework 2.0 3. Vi
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:8759
    • 提供者: 王恒健
  1. MQTEST(MS)

    0下载:
  2. 使用C#操作WINDOWS消息的例子,包括写入、读取、创建等
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:15195
    • 提供者:air port
  1. WINDOWS消息的处理

    0下载:
  2. Windows 应用程序是靠消息驱动的,在VC中我们通过 Classwizard 可以为某窗口类添加消息处理函数,Classwizard将为你添加消息映射,对于 Windows 消息,生成的消息处理函数重载了基类的虚拟方法。而在C#中如何处理消息呢?本文针对VS.NET 2003 境下的C#简单地介绍 Windows 消息以及自定义消息的处理方法。-Windows applications rely on news-driven, in VC Classwizard we can add a c
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:17806
    • 提供者:陈亮
  1. SimpleDriverDetector

    0下载:
  2. VS2008 C#,自动监测新插入的设备(U盘、移动硬盘等),并按照设置自动复制特定文件到指定位置。主要用到 1.获取windows消息监测设备的插入与拔出 2.正则表达式以匹配文件名-VS2008 C#, automatic monitoring device changed(Flash disk, hard disk, etc.), and copy specified files to the destinate folder.
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:334358
    • 提供者:Beeven
  1. Code

    0下载:
  2. 事件内核对象、关键代码段(临界区)的讲解,以及在多线程同步中的应用。在Windows下编写基于消息的网络应用程序,掌握阻塞与非阻塞网络程序的编写,理解在Windows平台下,采用异步选择机制可以提高网络应用程序的性能。-Event kernel object, the key to the code segment (critical zone) explain, as well as the synchronization of multi-threaded applications. Pre
  3. 所属分类:CSharp

    • 发布日期:2017-04-23
    • 文件大小:40809
    • 提供者:wsmiao
  1. EasyChat

    1下载:
  2. 这是用C#做的一个简易的Windows平台下的聊天软件,包括了客户端和服务端的全部源码,注释很详细,有兴趣学习.net应用开发的同学可以下载来学习学习。这个示例包含了了C/S架构软件开发的很多基础知识和思想。 功能包括群发,私聊,发送震动,收到消息发声,闪屏提示等等,大致类似于QQ的多人聊天会话功能。 涉及到的知识主要包括: 1. TCP/IP通信,包括TcpClient , TcpListener , Socket , NetworkStream等几个用于TC
  3. 所属分类:C#编程

    • 发布日期:2013-12-06
    • 文件大小:831375
    • 提供者:sunrong
  1. Devices-SmsMessages_cs

    0下载:
  2. C#实现sms消息编程,使用Windows Mobile 6 Professional SDK-C# programming to achieve sms messages, use the Windows Mobile 6 Professional SDK
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:10702
    • 提供者:final fighter
  1. SocketPubSub

    0下载:
  2. windows c#版本开发的主体消息-订阅消息-发布消息架构框架,包括消息服务器,客户端,服务器应用等-windows c# version of the development of the main body of the message- Subscribe to the News- dissemination of information architecture framework, including the message server, client, server appli
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:115462
    • 提供者:hanson
  1. MessageSender

    0下载:
  2. 自己写的小程序。在C#下调用windows API实现向其他程序发送消息.-Write a small program. In C# under windows API calls to achieve send messages to other programs.
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:25974
    • 提供者:fang
  1. gouzi

    0下载:
  2. 钩子的本质是一段用以处理 系统消息的程序,通过系统调用,将其挂入系统。钩子的种类有很多,每种钩子可以截获并处理相应的消息,每当特定的消息发出,在到达目的窗口之前,钩子程序 先行截获该消息、得到对此消息的控制权。此时在钩子函数中就可以对截获的消息进行加工处理,甚至可以强制结束消息的传递。 而键盘钩子,只是为了截获键盘消息的。全局钩子可以捕获在Windows平台下任意窗口上的键盘操作-Hook is the essence of a message processing system to proc
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:1533
    • 提供者:xiaojiake
  1. MSMQ_TEST

    0下载:
  2. windows 消息队列的基本使用源码,采用C# 2008开发,调试前请看下代码,安全消息队列,建个与程序里一致的队列名-the basic use of windows message queue source code, using C# 2008 development, see the following code before debugging, security, message queues, and program build a name in the same queue
  3. 所属分类:CSharp

    • 发布日期:2017-04-15
    • 文件大小:26733
    • 提供者:应展秋
  1. E7

    0下载:
  2. 本程序用来画B样条曲线,程序运行后可以在坐标系内选择需要的点,同时弹出消息框确定具体的点的位置,点击确定划线按钮可以画出B样条曲线。-when the program is running ,it will pop out an windows form ,if you click the coordinate on the right,you can get the point needed to draw a B spline
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:41718
    • 提供者:samuel
  1. samplemessage

    0下载:
  2. 所有的例子都是在Windows 2000 Server 操作系统, VS.NET Enterprise(正式版)环境下调试通过。 例子中都有可执行程序,如果想直接运行程序,系统中必须安装dotNetFramework!!! sample1 包含了通过委托、覆盖基类的事件引发函数,覆盖基类的窗体函数三中方法响应消息的示例代码。 sample2 主要演示如何手工完成事件的实现和引发。 sample3 演示了如何在消息泵中拦截消息。-welcome to download th
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:45461
    • 提供者:chengqiao
  1. captionbox

    0下载:
  2. 截获windows消息重绘winForm边界-Form redraw, the intercepted messages
  3. 所属分类:CSharp

    • 发布日期:2017-12-06
    • 文件大小:63221
    • 提供者:ye
  1. MyExplore

    0下载:
  2. c#写的一个消息资源管理器,可以模拟windows的资源管理器 查看文件-c# write a message Explorer can simulate windows Explorer View file
  3. 所属分类:CSharp

    • 发布日期:2017-11-29
    • 文件大小:73587
    • 提供者:li
  1. jywsendinfo

    0下载:
  2.  在局域网内发送信息,局域网发消息的C#源程序,类似于聊天程序,但又有不同,调用的是Windows内置的NET send命令-Send a message in the local area network, LAN messages C# source code, similar to a chat program, but there are different, call the Windows built the NET SEND command
  3. 所属分类:CSharp

    • 发布日期:2017-12-01
    • 文件大小:14496
    • 提供者:zpudn78
  1. Udp_Server

    0下载:
  2. 关于Socket中UDP协议的应用,利用windows socket的异步方式发送和接收消息-About the Socket UDP protocol applications, the use of windows socket send and receive messages asynchronously
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:3848
    • 提供者:倪方真
  1. windows-CustomScrollbar

    0下载:
  2. 利用windows消息控制,自定义的滚动条,和QQ2016的滚动条类似-Use windows message control, custom scroll bars, and scroll bars similar QQ2016
  3. 所属分类:CSharp

    • 发布日期:2017-04-30
    • 文件大小:283515
    • 提供者:enhao
  1. udisktest

    0下载:
  2. 监测u盘插拔的测试用例,截获windows 消息,判断u盘是插入还是拔出并提示(The test case monitoring disk plug, intercepts windows messages, U disk is inserted or pulled out of judgment and prompt)
  3. 所属分类:C#编程

    • 发布日期:2017-12-27
    • 文件大小:65536
    • 提供者:sfsfsfs
« 12 »
搜珍网 www.dssz.com