CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Threaded View

  1. #1
    Join Date
    Mar 2003
    Posts
    13

    VB.Net listbox population

    When reading the text file, i populate the
    list boxes in my form for each field. since some records in the file have duplicate field items, they show up more than once in my list box as a user selection. My list boxes are for users to select say candy flavor then write the
    selections back to the same file that it opened for reading?

    Code below in file attachment
    Attached Files Attached Files

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