DROPDOWN selection clicks on the background widgets

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • DROPDOWN selection clicks on the background widgets

    Dear all

    Thanks very much for the brilliant support.
    This time I'm wondering if you come across the situation where by selecting an element from a dropdown box, the click impacts the background widgets.

    I tried disabling and then enabling background window but that is not working either, as shown below.

    case ID_DROPDOWN:
    {
    switch(NCode)
    {
    case WM_NOTIFICATION_SEL_CHANGED:
    {
    WM_DisableWindow(pMsg->hWin);
    DROPDOWN_Collapse(pMsg->hWinSrc);
    WM_EnableWindow(pMsg->hWin);
    break;
    }
    }
    break;
    }


    Any clues?

    Thanks