Uprading VB6 MSFlexGrid zu VB.NET

Ich möchte ein upgrade MSFlexGrid zu .net datagridview,
was ist der entsprechende code für diesen code??

With gridview
    If .Row > .FixedRows Then
        bDoNotEdit = True
        .Row = .Row - 1
        bDoNotEdit = False
    End If
    If .Row < .Rows - 1 Then
        bDoNotEdit = True
        .Row = .Row + 1
        bDoNotEdit = False
    End If
End With
InformationsquelleAutor sozai | 2011-07-22
Schreibe einen Kommentar