摘要: // Displays sending with a connected socket // using the overload that takes a buffer. public static int SendReceiveTest1(Socket server) { byte[... 阅读全文
posted @ 2013-03-11 11:19 深南大道 阅读(2342) 评论(0) 推荐(0)
摘要: //发送大量文本消息 private void sendMessage() { if (richTextBox_send.Text.Trim().Length==0 && richTextBox_send.Rtf.Index... 阅读全文
posted @ 2013-03-11 10:27 深南大道 阅读(300) 评论(0) 推荐(0)
摘要: //发送文件 private void btn_sendFile_Click(object sender, EventArgs e) { //打开文件 OpenFileDialog dlg = new... 阅读全文
posted @ 2013-03-11 10:19 深南大道 阅读(805) 评论(0) 推荐(1)
摘要: namespace Message { partial class Form3 { /// /// Required designer variable. /// private System.Component... 阅读全文
posted @ 2013-03-11 10:16 深南大道 阅读(451) 评论(0) 推荐(0)