CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2012
    Posts
    46

    [RESOLVED] Populate ListView in VB.NET

    Hi folks,

    I am attempting to populate a listview in the click event of a button. The listview has 3 columns (Part Number, Description, and Quantity). The data for the Part Number pulled from a combobox, the Description from a read-only textbox, and the Quantity from a NumericUpDown.

    I know that this is somewhat simple to do but I have no experience with listviews and need a start point or a bit more if you've the time.

    Thank you

  2. #2
    Join Date
    Jul 2012
    Posts
    46

    Re: Populate ListView in VB.NET

    Very shortly after I posted this I was able to figure it out. But I have another question concerning this same topic. How can I take these rows of data fromt he ListView and through a click event, (all items at once in an organized fashion) post them onto a label on another page?

  3. #3
    Join Date
    Jul 2008
    Location
    WV
    Posts
    5,362

    Re: Populate ListView in VB.NET

    Google
    listview sample vb.net

    will give several samples
    Always use [code][/code] tags when posting code.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured