Article ID: 141681
Article Last Modified on 11/18/2003
Private Sub Form_Load()
Call ListView1.ListItems.Add(, , "Edit this Line")
End Sub
Private Sub ListView1_AfterLabelEdit(Cancel As Integer, _
NewString As String)
ListView1.ListItems.Clear
End Sub
Private Sub ListView1_Click()
'Without this line in this event, you have to triple-click
'in order to edit the listitem
ListView1.StartLabelEdit
End subAdditional query words: kbCtrl
Keywords: kbbug kbfix kboswin98fix KB141681