Ver Mensaje Individual
  #2 (permalink)  
Antiguo 01/02/2013, 18:02
WebHelp
 
Fecha de Ingreso: junio-2008
Mensajes: 45
Antigüedad: 15 años, 9 meses
Puntos: 0
Respuesta: Problema forms VB

- Logre hacer lo que queria -

Limpiar el DGV :

Código:
While DataGridView1.RowCount > 1
            DataGridView1.Rows.Remove(DataGridView1.CurrentRow)
        End While
Lo dejo abierto a ver si alguien sabe porque ocurre el problema con el Nothing