CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2009
    Posts
    1

    A binding problem which drives me crazy

    Hello,
    I've been trying to solve a binding problem for a few days. You'll find the test project attached.
    Do the following :
    Select a member from the listbox
    Type in a ZIP code (these are french ZIP, from 01000 to 98000)
    Select a city in the combobox
    Select another member and do the same
    Now select the first member, then the second one, again, again... and see how the combobox SelectedItem is lost. Why and how to solve this ?

    P.S : sorry for the french properties in my classes.
    Attached Files Attached Files

  2. #2
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: A binding problem which drives me crazy

    Seems to work okay on VS2008.

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