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

    Help with ComboBox!

    A combo box contain few options. As I select one of the option, I want certain action to be taken depending on what is selected. But when I select an option and use UpdateData(true), the desire task is not done.

    i am using the event CBN_SELCHANGE. Shall I use different event? Need help!


  2. #2
    Join Date
    May 1999
    Location
    Republic of Korea
    Posts
    100

    Re: Help with ComboBox!

    How about yourcombo.GetCurSel() instead of
    UpdateData() in CBN_SELCHANGE?

    Walter An


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