搜索资源列表
FobAddInForMsn
- 开发 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
qianguocaipiaojishikajiongapi
- 全国彩票及时开奖api插件源码 在做项目的过程中,需要做便民服务,就需要一些能够提供数据的api,其中就需要全国的天气和彩票信息,在网上搜了一下,没有发现现成的,只好自己动手拉,前面我已经给大家提供了天气预报插件。 这次给大家提供一个偶尔发现的全国彩票信息api接口。数据提供方是 500w,也就是腾讯旗下拍拍网站所使用的。 这个插件并不是每次访问都要获取一次500w官方彩票信息。而是定时的,系统启动以后,会按您定的时间按时获取,然后自动生成本地xml,这样访问就不存
mstsc
- 当mstsc.exe登陆远程桌面服务器的时候,mstsc.exe会将客户端的一些信息发给服务端,最讨厌的就是将本机的计算机名、网卡ip发送过去,不管你跳了几次代理,在服务器上的任务管理器的“用户”选项卡中显示的客户端名就是我的计算机名,以及系统事件日志中也有,这个小插件就是解决这个问题的,利用微软的Virtual Channel Client DLL插件接口来加载dll,然后hook API 修改返回的计算机名为空。 http://msdn.microsoft.com/en-us/libra
PHFrameWork
- 插件框架,C#开发的插件框架,包括各种接口及加载模式-plug in framework
plugin
- C#使用接口实现附带插件功能的程序,简单的小实例说明,作为入门级资料-C# use interfaces with the plugin function of the program, the small simple example, as introductory material
MessageObj
- 使用RTX提供的SDK接口,实现客户端给插件发送消息机制-Use RTX SDK provides interface to achieve the client sends the message to the plugin mechanism
howtodesignpluginprogram
- 高如你如何定义插件架构。这样一来,你可以定义接口以及宿主程序,由第三方开发来开发插件,以便调用。-To tell you how to design plugin program, you can define a interface, and host program . then 3rd developers can write code which is used by host.
CSharp-plugin
- 本实例涉及到接口,以及C#插件编程。即同一UI可以调用不同的plugin-C# plugin and interface