摘要: SqlDbType => DbTypeSqlDbType.BigInt DbType.Int64SqlDbType.Binary DbType.BinarySqlDbType.Bit DbTy... 阅读全文
posted @ 2019-12-20 20:36 星空天宇 阅读(455) 评论(0) 推荐(0)
摘要: ``` protected override void WndProc(ref Message m) { if (m.Msg==0x112) { switch ((int) m.WParam) { //禁止双击标题栏关闭窗体 case 0xF063: case 0xF093: m.WParam = IntPtr.Zero; break; //禁止拖拽标题栏还原窗体 case 0xF012: cas 阅读全文
posted @ 2019-12-20 13:34 星空天宇 阅读(597) 评论(0) 推荐(0)