Elektrine lite

← Feed

@hikari@social.noyu.me

Post #3895364

2026-07-14 20:20 UTC

I got transparency working for Start Menu icons!! >:) the trick is to set hbmpItem to HBMMENU_CALLBACK and then draw the icon yourself (with DrawIconEx) instead of using a bitmap! I also fixed the spacing between the icon and text (b[0] = L' '; strcpy(b+1,a);… ^^;)

Replies (1)

  • @hikari@social.noyu.me 2026-07-14 20:22

    alt text corrections: the icon next to “Run…” is the little pixel art of a wine glass“respective” not “respect”

    Open ##3895363