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... 阅读全文
posted @ 2011-12-18 19:55 无尽思绪 阅读(240) 评论(0) 推荐(0)
摘要:其实最开始一直没注意,用的是iis7的classic模式,结果导致很多问题。完全解释参见:http://go.microsoft.com/?LinkId=9394801 阅读全文
posted @ 2011-12-15 16:57 无尽思绪 阅读(141) 评论(0) 推荐(0)