winfrom
Mark_LiuLiu
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
winfrom,打印机设置
1、获取本地打印机 using System; using System.Collections.Generic; using System.Drawing.Printing; using System.Linq; using System.Text; using System.Threading.Tasks; namespace print.Common { public class...原创 2019-02-18 12:15:45 · 452 阅读 · 0 评论 -
winfrom打印程序 m2mqtt客户端
1、先引用ThoughtWorks.QRCode和M2Mqtt.Net包 2、拖打印控件printDocument,添加打印事件printDocument1_PrintPage,当打印时,调用printDocument1.Print(); 3、打印预览,拖打印预览控件,当预览时调用 //设置页面的预览的页码 //设置显示页面显示的大小(也就...原创 2019-02-13 09:02:00 · 481 阅读 · 0 评论 -
winfrom post请求 oauth添加验证
try { string result = ""; HttpWebRequest req = (HttpWebRequest)WebRequest.Create("http://192.168.1.103:8001/oauth/token"); req.Method =...原创 2019-02-20 16:23:16 · 688 阅读 · 0 评论 -
.net mqtt 消息收发
1、添加引用Apache.NMS.ActiveMQ; 2、发送代码 /// <summary> /// 消息发送 /// </summary> /// <param name="sender"></param> /// <param name="e">&am原创 2019-03-06 10:43:23 · 738 阅读 · 0 评论
分享