I get a string from the drag of a listview, now I want to add that string to one of my datagrid cell, How can I do it? I use
but it does not work.VB Code:
grdTest.Item(count, 1) = lvItem.Text
Printable View
I get a string from the drag of a listview, now I want to add that string to one of my datagrid cell, How can I do it? I use
but it does not work.VB Code:
grdTest.Item(count, 1) = lvItem.Text