--- In [email protected], "brucexs" <bswit...@...> wrote: > Yes, many gdi handles seem to be system global.
Which may explain why WM_GETFONT works, but not why WM_SETFONT sledom seems to. > Icons are I believe -- going from memory, the powerpro tray icon stuff > relies on hooking explorer and passing icon handles to a separate process to > be duplicated (for safety). > And win.addmenurow grabs the menu bar handle of another window, adds a row, > and redraws the menu bar, all from the powerpro process (which really > surprised me when I was shown how it was implemented - I had assumed some > kind of trickiness was needed). Interesting, I'll go look at the code...
