CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
+ Reply to Thread
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

  2. #2
    Arjay's Avatar
    Arjay is offline Moderator / MS MVP Power Poster Arjay has a reputation beyond repute (3000+) Arjay has a reputation beyond repute (3000+) Arjay has a reputation beyond repute (3000+) Arjay has a reputation beyond repute (3000+) Arjay has a reputation beyond repute (3000+) Arjay has a reputation beyond repute (3000+) Arjay has a reputation beyond repute (3000+) Arjay has a reputation beyond repute (3000+) Arjay has a reputation beyond repute (3000+) Arjay has a reputation beyond repute (3000+) Arjay has a reputation beyond repute (3000+)
    Join Date
    Aug 2004
    Posts
    10,337

    Re: A binding problem which drives me crazy

    Seems to work okay on VS2008.

+ Reply to Thread

Bookmarks

Posting Permissions

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



HTML5 Development Center

Click Here to Expand Forum to Full Width