De antemano muchas gracias!
ja era habilitar..
|
|
#2 (permalink) |
![]() Fecha de Ingreso: octubre-2006
Mensajes: 80
|
Podria ser
algo como esto en el evento CellBeginEdit Private Sub DataGridView1_CellBeginEdit(ByVal sender As System.Object, ByVal e As System.Windows.Forms.DataGridViewCellCancelEventAr gs) Handles DataGridView1.CellBeginEdit Me.DataGridView1.Cursor = Cursors.WaitCursor End Sub |
|
|
|