REAL office XP menu look-alike
-
Are there any office XP menu classes that actually do everything? so far i havent seen any that do the shadow behind the menus. This is what impresses me more than the blue toolbar etc... I'm not late, I'm just not as early as I could have been. MSN Messenger address: jonathann4@hotmail.com feel free to chat!
-
Are there any office XP menu classes that actually do everything? so far i havent seen any that do the shadow behind the menus. This is what impresses me more than the blue toolbar etc... I'm not late, I'm just not as early as I could have been. MSN Messenger address: jonathann4@hotmail.com feel free to chat!
For the ahadows check this http://www.codeproject.com/menu/shadowmenu.asp, tha flat look, well i'm working on that, but is really hard for me :laugh:
-
Are there any office XP menu classes that actually do everything? so far i havent seen any that do the shadow behind the menus. This is what impresses me more than the blue toolbar etc... I'm not late, I'm just not as early as I could have been. MSN Messenger address: jonathann4@hotmail.com feel free to chat!
Some hints - See the Fakemenu sample in an older PSDK dsitribution (emulates a menu, capturing mouse) - In WTL, see http://viksoe.dk, for a flat (no shadows, but flat :)) sample. - Generic Set a Hook, once again, the WTL files show you how to set the hook and the magic number to detect the menu window (somewhere in CCommandBarCtrlImpl , don't remember where) Regards, R.