C# listview add items
- by Eyla
Greetings,
I have a method to capture packets. after capturing I want to add each packet as a row in listview in runting time so as soon as I capture packet I want to add it to the list view.
the problem that when I use items.Add() I will get overload argument error.
please advice!!
here is my code:
private void packetCapturingThreadMethod()
…