//Skype 自动回复机C#源代码(原创)
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
using SKYPEAPILib;
namespace AutoReply
{
/// <summary>
/// Form1 的摘要说明。
/// </summary>
public class Form1 : System.Windows.Forms.Form
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.Container components = null;
private ConversionClass m_myskype;
private System.Windows.Forms.TextBox textBox5;
private AccessClass m_myskypeaccess;
public Form1()
{
//
// Windows 窗体设计器支持所必需的
//
InitializeComponent();
//
// T

这是一个使用C#编写的Skype自动回复机的源代码。程序通过连接到Skype API,监听消息接收事件,并在收到消息时自动发送预设的回复内容。
最低0.47元/天 解锁文章
3830

被折叠的 条评论
为什么被折叠?



