欢迎加我的QQ群:193522571,一起来讨论、交流!

12 2019 档案

摘要:解决办法: 在设计器代码中把4.0自动加上去的代码注释掉就行了。 //((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit(); //((System.ComponentModel.ISupportI 阅读全文
posted @ 2019-12-29 13:17 swtool 阅读(519) 评论(0) 推荐(0) 编辑
摘要:acmgd.dll其实不应该在此文件夹中,但是由于混淆需要用到,所以必须在此文件夹中,后面更新下程序先将文件复制到一个upload文件夹。 不调试时有dll也可以正常加载,只是调试时有问题,删除掉此dll后可以调试了。 阅读全文
posted @ 2019-12-29 12:47 swtool 阅读(196) 评论(0) 推荐(0) 编辑
摘要:AutoCAD2004 R16.0AutoCAD2005 R16.1AutoCAD2006 R16.2AutoCAD2007 R17.0AutoCAD2008 R17.1AutoCAD2009 R17.2AutoCAD2010 R18.0AutoCAD2011 R18.1AutoCAD2012 R1 阅读全文
posted @ 2019-12-26 13:47 swtool 阅读(242) 评论(0) 推荐(0) 编辑
摘要:目前找到原因是,控件没有通过窗体新建,而是代码生成。 没有时间进一步去了解。 阅读全文
posted @ 2019-12-19 16:10 swtool 阅读(200) 评论(0) 推荐(0) 编辑
摘要:Sub xuan()Dim sht As WorksheetFor Each sht In ActiveWindow.SelectedSheets If sht.Name = "Sheet4" Then MsgBox "选中了": Exit SubNext shtMsgBox "没选中"Set sh 阅读全文
posted @ 2019-12-17 15:42 swtool 阅读(225) 评论(0) 推荐(0) 编辑
摘要:目标表存在: insert into 目标表 select * from 原表 目标表不存在: select * into 目标表 from 原表 复制表结构 select * into 目标表 from 原表 Where 1=2 阅读全文
posted @ 2019-12-09 14:50 swtool 阅读(194) 评论(0) 推荐(0) 编辑
摘要:this.DoubleBuffered = true;//设置本窗体 SetStyle(ControlStyles.UserPaint, true); SetStyle(ControlStyles.AllPaintingInWmPaint, true); // 禁止擦除背景. SetStyle(Co 阅读全文
posted @ 2019-12-01 15:35 swtool 阅读(202) 评论(0) 推荐(0) 编辑

欢迎加我的QQ群:193522571,一起来讨论、交流!
点击右上角即可分享
微信分享提示