Create a button from macro, to run another macro or function.
If name of color begins with a "*" button will get keyboard focus - then space key will press button and 'ESC' will close.
Right click on button to close.
Thanks, Gintaras.
I think i also can use WM_CONTEXTMENU - it seems to work..
But this was not the only problem, i tried to make the popupkey close if another window was activated.
And here the solution was to Post a WM_APP on WM_ACTIVATE.
So now it all works as it should - great !