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

Thread: CCJToolBar

  1. #1
    Join Date
    Apr 1999
    Posts
    1

    CCJToolBar

    Hi!

    I have four CComboBoxes in an CCJToolBar and when the user either picks one item in the list or enters a value and hits 'Enter' I want to know which one of the Comboboxes the user used. Any ideas of how I might implement this, I tried catching IDOK and comparing the result from GetFocus() with some pointers to the comboboxes, but I only got temporary objects.

    Thanks in advance

    /Andreas


  2. #2
    Join Date
    May 1999
    Posts
    69

    Re: CCJToolBar

    How about deriving your own class from CComboBox and catching enter key

    GeeThings

    chrislaw

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