//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,监听消息接收事件,并在收到消息时自动发送预设的回复内容。
&spm=1001.2101.3001.5002&articleId=574209&d=1&t=3&u=26e01cfe9d6649c3a4f364858d93049d)
1219

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



