Hi i'm new to this, I have done a search for the question, but to no avail.
I'm developing an App to run on a Pocket PC, it uses a ListView Control but I can't add anything to it, I have done the same thing for a windows program and it works, the code i'm using is.
ListView1.Items.Add(TextBox1.text) for the first heading, but VB.Net keeps returning an error (Value of type string cannot be converted to.....)
Im racking my brains here on this one, so I hope somebody can help.
Question
macmaker
Hi i'm new to this, I have done a search for the question, but to no avail.
I'm developing an App to run on a Pocket PC, it uses a ListView Control but I can't add anything to it, I have done the same thing for a windows program and it works, the code i'm using is.
ListView1.Items.Add(TextBox1.text) for the first heading, but VB.Net keeps returning an error (Value of type string cannot be converted to.....)
Im racking my brains here on this one, so I hope somebody can help.
Thanks
Mac.
Link to comment
Share on other sites
3 answers to this question
Recommended Posts