摘要:
c# winform窗体,点击窗体标题头可以拖动,如果鼠标点击在里面的panel的时候就没有这个效果了,以下实现拖动的方法。 public class FormBase: Form { [DllImport("user32.dll")] //需添加using System.Runtime.Inter 阅读全文
摘要:
dll函数库源码 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Form 阅读全文
摘要:
一、初始了解 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Net; using System.Net.Sockets; using System. 阅读全文