dataGridView中添加超链接操作
摘要:
首先在dataGridView里面添加datagridviewlinkcolumn列 然后选择dataGridView的CellContentClick事件: 如下: private void dataGridView2_CellContentClick(object sender, DataGridViewCellEventArgs e) { if (e.ColumnIndex == 2) { System.Diagnostics.Process.Start("iexplore.exe", "http://social.microsoft.com/Forums/ 阅读全文
posted @ 2012-09-01 17:27 Jason_liu 阅读(3843) 评论(0) 推荐(0)
浙公网安备 33010602011771号