well your a real sunshine...
what does this do then (I highlighted it Blue, just for the sunshines of this world)
Code:Public Sub lvwAddItem(ByVal lvw As ListView, ByVal ParamArray Text() As String) With lvw.Items .Add(New ListViewItem(Text)) End With End Sub
regards
Chris





Reply With Quote