Ver Mensaje Individual
  #9 (permalink)  
Antiguo 31/10/2009, 09:35
Nicorph
 
Fecha de Ingreso: octubre-2009
Mensajes: 7
Antigüedad: 14 años, 6 meses
Puntos: 0
Respuesta: Seleccionar varias filas dataGridView

For i As Int32 = 0 To Me.filas_sel.Count - 1
Me.seleccionarFila(Me.filas_sel(i))
Next

If Me.filas_sel.Contains(e.RowIndex) Then
Me.DataGridView1.Rows(e.RowIndex).Selected = False
Me.filas_sel.Remove(e.RowIndex)
Else
If e.ColumnIndex = 7 Then
Me.filas_sel.Add(e.RowIndex)
End If
End If


Al fin lo conseguí!!!!!!!!!!!!!!!!
gracias por vuestro interés y a eperedo por el 90% de esto jajaja