Public Sub DataGridView1_CellContentClick(ByVal sender As Object, ByVal e As System.Windows.Forms.DataGridViewCellEventArgs) Handles DataGridView1.CellContentClick
dim i as integer= DataGridView1.CurrentRow.Index
DataGridView1.item(i,1).value.tostring()
end sub
试试上面的代码。如果不行,我想知道是事件没有激活还是激活了但拿不到值。。