Skin menu but not client area?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #35240
    Flanders
    Participant

    I want to skin parts of my Application, I set DrawNonClientArea := False so the Titlebar is not skinned but this also makes the menu have no skin.

    How can I skin the menu without skinning the client area titlebar?

    Thanks.

    #48589
    Support
    Keymaster
    'Flanders' wrote:
    How can I skin the menu without skinning the client area titlebar?

    It's not possible because menu and titlebar are drawn together, after receiving the WM_NCPAINT message.

    #48591
    Flanders
    Participant
    'Support' wrote:

    It's not possible because menu and titlebar are drawn together, after receiving the WM_NCPAINT message.

    I see, well thank you for the answer.

    It would of been really good if you could skin menu but not titlewindow as sometimes I only want skinned menu but no other window or control skinned.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.