摘要: 转自songfuliang2011, https://blog.csdn.net/songfuliang2011/article/details/102486451 阅读全文
posted @ 2021-04-13 11:55 .五十米深蓝 阅读(941) 评论(0) 推荐(0)
摘要: namespace 隐藏关闭按钮的测试 { public partial class Form1 : Form { # region 隐藏关闭按钮的代码 private const int CP_NOCLOSE_BUTTON = 0x200; protected override CreatePar 阅读全文
posted @ 2020-12-01 16:49 .五十米深蓝 阅读(1365) 评论(0) 推荐(0)
摘要: #region namespace imports using System; using System.Collections; using System.Drawing; using System.IO; using System.Windows.Forms; using Cognex.Visi 阅读全文
posted @ 2020-10-31 01:30 .五十米深蓝 阅读(410) 评论(1) 推荐(0)