G
Guest
I am writing a program for Pocket PC 2002 using VB.NET 2003. On a window
form, i have a ListView control. When I add an item:
Me.lv_main.Items.Add(ListViewItem)
It works just fine. When I want to add a second item, an ArgumentException
is thrown at the line above. I cannot get more information on the exception.
Does anyone have a solution do this? Please help. Thank you in advance.
form, i have a ListView control. When I add an item:
Me.lv_main.Items.Add(ListViewItem)
It works just fine. When I want to add a second item, an ArgumentException
is thrown at the line above. I cannot get more information on the exception.
Does anyone have a solution do this? Please help. Thank you in advance.