Error 5 cannot convert from 'method group' to 'object'
I have a little problem i think
I want to add in the datagridview a listbox item.
What I did is as follow : datagridView1.Items.Add( listBox1.Items[m].ToString)
What is the solution I don't now about this part?