CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 1999
    Location
    UK (South)
    Posts
    93

    Capturing an Event? from a CComboBox

    I want to handle an event hopefully generated when the CComboBox has its selection changed.

    Does is generate any events or messages? If so any chance of some code?

    Much Obliged.

    Simon Pettman


  2. #2

    Re: Capturing an Event? from a CComboBox

    in your resource editor, right click on the CCombo box and go to "events". There are two kinds of events associated with the CComboBox changing... and one won't work for you even though it sounds like it should. You probably want CBN_SELCHANGE.

    Kallisti

  3. #3

    Re: Capturing an Event? from a CComboBox

    actually, there are way more than two events. Oops.

    Kallisti

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