I am trying to add icons to listview control.But its giving Type Mismatch error.pls give the exact solution.
I am using this code
Private Sub Form_Load()
dim lst as listview
set lst=listview1.listitems.add(,,""CD")
end sub
Thanking you
Vikram N.
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 2 of 2
Thread: problem with listview controlThreaded View
|
Click Here to Expand Forum to Full Width |