CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: jg028461

Search: Search took 0.02 seconds.

  1. Replies
    19
    Views
    20,103

    Re: Can't set text in Edit Box of ComboBox

    yes, it can confuse customers but i want it to be more clear thats why this implementation is required for me.
  2. Replies
    19
    Views
    20,103

    Re: Can't set text in Edit Box of ComboBox

    Hello Victor,

    I think u have discussed same issue in this thread. i am facing similar issue.

    http://forums.codeguru.com/showthread.php?516978-Can-t-set-text-in-Edit-Box-of-ComboBox
  3. Replies
    19
    Views
    20,103

    Re: Can't set text in Edit Box of ComboBox

    hello 2kaud

    Lets say this SendMessage is working in CBN_SELCHANGE according to you(I have tried from my side its not working), but after this CBN_SELCHANGE returns, the value in edit box will be...
  4. Replies
    19
    Views
    20,103

    Re: Can't set text in Edit Box of ComboBox

    Hello victor
    In documentation its written clearly that CBN_CLOSEUP can be called before or after CBN_SELCHANGE.
    When CBN_SELCHANGE returns, the edit box of combo is updated with current selection....
  5. Replies
    19
    Views
    20,103

    Re: Can't set text in Edit Box of ComboBox

    Hello Igor,
    Thanks for showing your interest.

    Its a DropDown box. Its having little complex functionality but whatever i am trying to achieve is easily possible.
  6. Replies
    19
    Views
    20,103

    Re: Can't set text in Edit Box of ComboBox

    I am sure, im using right window handle.
  7. Replies
    19
    Views
    20,103

    Re: Can't set text in Edit Box of ComboBox

    Hello 2kaud,

    Thanks, i appreciate your help but
    I have checked it when i change item in my subject combo box, For the First time framework is making call to CBN_SELCHANGE before CBN_SELENDOK but...
  8. Replies
    19
    Views
    20,103

    Re: Can't set text in Edit Box of ComboBox

    hello 2kaud,
    Thanks for replying.
    CBN_SELENDCANCEL-the user clicks an item and then clicks another window or control to hide the list box of a combo box. This notification message is sent.
    This is...
  9. Replies
    19
    Views
    20,103

    Re: Can't set text in Edit Box of ComboBox

    Hello Victor,
    i will give you clear vision where i am using it.
    i have a mail app. when i write a new mail, it shows me "To,Subject,Editor" and subject field consist of different-2 pre defined...
  10. Replies
    19
    Views
    20,103

    Re: Can't set text in Edit Box of ComboBox

    Thanks for replying.
    I am using ON_CBN_SELCHANGE.
    in that function I want to concatenate my string with string(which I am retrieving by index).
    and after concatenation I am setting it to window...
  11. Replies
    19
    Views
    20,103

    Can't set text in Edit Box of ComboBox

    Hi,

    I have a Combo Box and when the user selects an item from the dropdown, I want to edit it before it shows up in the Edit Box. So I capture the CBN_SELCHANGE message and I read the user's...
  12. Replies
    11
    Views
    19,820

    Re: Can't set text in Edit Box of ComboBox

    hi,

    i am facing same problem.
    do you have any update on this?

    how to set user defined text of combo in ON_CBN_SELCHANGE function.

    Thanks
    Jitendra
Results 1 to 12 of 12





Click Here to Expand Forum to Full Width

Featured