很多时候,在winform项目中,为了实现现代化的UI,我们通常会把窗体设置为无边框,然后使用Panel绘制窗体,此时则需要实现拖拽Panel即可拖拽窗体,这里记录一个我用了很久的工具类。using System;
using System.Collections.Generic;
using System.Drawing;
using System.Linq;
using System.T...
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net;
using System.Text;
using System.Threading.Tasks;
namespace Kakkk.Utils
{
class HttpGetHelp...