• 0

VB.NET ListView (PocketPC)


Question

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

  • 0
ListView1.Items.Add(TextBox1.text) for the first heading, but VB.Net keeps returning an error (Value of type string cannot be converted to.....)

Cannot be converted to what? :huh:

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.