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