摘要: 第一步: 新创建一Win窗口项目,并添加Web引用飞信WebService,引用地址:http://io.139icq.com/fWebSer.asmx?WSDL,重命名引用为:FetionObj第二步: 添加以下相关控件到主窗口1、加TextBox控件用于显示收到的相关信息 命名:showtxt,设此控件Multiline=true,使能显示多行,并拖大些。2、加TextBox控件用于输入登录号... 阅读全文
posted @ 2010-07-12 13:35 杨歪歪→YY 阅读(688) 评论(0) 推荐(0)
摘要: 后台:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;namespace SPAT{ deleg... 阅读全文
posted @ 2010-07-12 13:26 杨歪歪→YY 阅读(2097) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Text;using System.IO.Ports;namespace EAD.POS{ class SerialPortOutput { /// <summary> /// 总计 /// </summary> /// <param name="va... 阅读全文
posted @ 2010-07-12 11:56 杨歪歪→YY 阅读(1983) 评论(0) 推荐(0)