Page 1 of 1

show personal menu instead of windows start button menu

Posted: Fri Jan 19, 2007 2:51 pm
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.

Posted: Tue Jan 23, 2007 8:27 am
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.

Posted: Tue Jan 30, 2007 11:21 pm
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.

Posted: Wed Jan 31, 2007 7:56 am
by madshi
No time for writing sample code, I'm sorry.