12 2011 档案
摘要:private void gvList_CellMouseClick(object sender, DataGridViewCellMouseEventArgs e) { if (e.Button == System.Windows.Forms.MouseButtons.Right) { DataGridView.HitTestInfo hitTestInfo = gvList.HitTest(e.X, e.Y); Point pt = gvList.PointToClient...
阅读全文
摘要:其实最开始一直没注意,用的是iis7的classic模式,结果导致很多问题。完全解释参见:http://go.microsoft.com/?LinkId=9394801
阅读全文
浙公网安备 33010602011771号