show personal menu instead of windows start button menu

delphi package - easy access to shell apis
Post Reply
ipuiuna
Posts: 4
Joined: Sat Jun 12, 2004 3:32 pm

show personal menu instead of windows start button menu

Post by ipuiuna »

Hello,
I want to show my personal menu while user click on the windows start button this is possible with the madshi components?
Thanks for any help.
madshi
Site Admin
Posts: 10754
Joined: Sun Mar 21, 2004 5:25 pm

Post by madshi »

I think SetWindowsHookEx might be the better way to solve this. Try catching the mouse click messages on the start button and maybe also the key combinations which open it. You should be able to realize all that through SetWindowsHookEx.
ipuiuna
Posts: 4
Joined: Sat Jun 12, 2004 3:32 pm

Post by ipuiuna »

Great master Madshi, Can you help me about this problem with a example? I don't know how to make this.

A lot of thanks.
madshi
Site Admin
Posts: 10754
Joined: Sun Mar 21, 2004 5:25 pm

Post by madshi »

No time for writing sample code, I'm sorry.
Post Reply