Hi,
Well, im trying to use: http://www.codeproject.com/Articles/...o-Use-ListView
I've added a reference to the .dll and added the components, as said, that was no prob...
I then added:
and got Error: Unable to cast object of type 'System.Windows.Forms.ListViewItem' to type 'BrightIdeasSoftware.OLVListItem'
Can any1 see why?
Well, im trying to use: http://www.codeproject.com/Articles/...o-Use-ListView
I've added a reference to the .dll and added the components, as said, that was no prob...
I then added:
Code:
For Each App As ListViewItem In AppsList.Items
Dim i As String = App.SubItems(0).Text
AppsListMaiin.Items.Add(i)
Next
Can any1 see why?