Loading

摘要: using System; using System.Collections.Generic; using System.Linq; using System.Windows.Forms; using System.Threading; namespace WindowsFormsApplicati 阅读全文
posted @ 2019-12-07 11:36 WeiYongZhi 阅读(250) 评论(0) 推荐(0) 编辑
摘要: winform: protected override CreateParams CreateParams { get { const int WS_EX_APPWINDOW = 0x40000; const int WS_EX_TOOLWINDOW = 0x80; CreateParams cp 阅读全文
posted @ 2019-12-07 11:28 WeiYongZhi 阅读(728) 评论(0) 推荐(0) 编辑