chitika

Sunday, September 11, 2011

vb: how to delete / remove listbox item?

This site provides users with the information about vb, visual basic, vb6, delete listbox item, how to remove listbox item, and more.

If you think that this site is helpful, please recommend your friends to visit our site.

How to delete / remove listbox item?

The following are the code for how to delete / remove listbox item:


Dim j As Integer

j = lstName.ListIndex
If (j <> -1) Then
lstName.RemoveItem (j)
Else
MsgBox "No list!"
End If

No comments:

Post a Comment

For other hundreds of computer repair tips, tricks, tweaks, guide, help, please go to


http://website.edusoftmax.com