Menu

SetCueBannerText or Edit_SetCueBannerText

Help
Erik Don
2021-01-15
2021-01-16
  • Erik Don

    Erik Don - 2021-01-15

    Hi, Friends,
    I want use some new features that belong to CEdit/CCombox like SetcueBannerText, but even I have called the InitCommonControlsEx, these 2 functions do not for me, if you have such experience, please help share with me, thank you!

     
  • Erik Don

    Erik Don - 2021-01-15

    Hi, All,

    Sorry, I just find Edit_SetCueBannerText works, because input focus on it , the text disappeared :)
    
    Hi David, 
        Do you have any plan to bring us some new features like SetCueBannerText to win32++? And some new UI concept like MVVM?
    
     
  • David

    David - 2021-01-16

    Hi Erik,

    You can use Edit_SetCueBannerText as follows:

    Edit_SetCueBannerText(*this, yourText);
    or, if you prefer:
    Edit_SetCueBannerText(GetHwnd(), yourText);

    Win32++ doesn't seek to impose any particular architecture on the user. Users are free to use Doc/View, MVC or MVVM as appropriate. Win32++ does have view windows for certain window types such as frames, dockers, tabs, and MDI children.

    Best regards,
    David

     
  • Erik Don

    Erik Don - 2021-01-16

    Thank you David, Thank you for your hard working and great contribution!

     

Log in to post a comment.