Skip to content
This repository was archived by the owner on Jan 4, 2025. It is now read-only.
This repository was archived by the owner on Jan 4, 2025. It is now read-only.

ComboLBox blured #160

Open
Open
@musicstashall

Description

@musicstashall

Hello, comrades. I am trying to implement transparent ComboLBox in this project. I almost got the result, but there is one catch. I can't draw text using the DrawTextWithAlpha function (which replaces the DrawTextW function in this project), instead of the ExtTextOutW function, it is not drawn. I install the interceptor on winapi ExtTextOutW using the Detours library, draw DrawTextWithAlpha and there is no text. It turns out to draw the text only in those comboboxes that are drawn in WM_DRAWITEM, others are not. If it had been possible to draw text in the DrawTextWithAlpha, then the problem would have been solved. Why doesn't the DrawTextWithAlpha function draw in the body of the ExtTextOutW function, can someone give some advice?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions