摘要: 在C# WinForm中,边框不显示就会造成窗体无法拖动的情况,把下边的代码添加上去就可以解决。 1.导入命名空间using System.Runtime.InteropServices;2.输入如下代码[DllImport("user32.dll")]public static extern bo 阅读全文
posted @ 2018-05-02 17:54 S11900085 阅读(492) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Runtime.InteropServices; namespace WindowsAPI { cla 阅读全文
posted @ 2018-05-02 12:11 S11900085 阅读(399) 评论(0) 推荐(0) 编辑