I have a ListView with 3 columns, how do I add specified text to the specified column I want? I've looked at the ..Add function, but it doesn't take the column index.. Thanks!
-
It might help if you added the code that you already have (where you create the columns for the ListView)Hamish Smith– Hamish Smith2009-08-04 01:46:47 +00:00Commented Aug 4, 2009 at 1:46
-
Well I do it via the GUI Builder in Microsoft Visual Studio. So the code is auto generated.listviewguy– listviewguy2009-08-04 01:50:49 +00:00Commented Aug 4, 2009 at 1:50
Add a comment
|