[求教]如果实现菜单扩展
我想在系统的Programs(Start Menu->Programs打开的那个窗口)的MenuBar上插入一个扩展的自定义菜单替换当前的空的Menubar,不知道要如何来做?有没有相关的例子?或有没有人做过类似的,给点建议吧?
问题点数:100、回复次数:2Top
1 楼cuterain(eM魔鬼)回复于 2006-08-03 09:26:14 得分 0
CtxMenu
Demonstrates how to use custom context menus; specifically, extending the File Explorer context menu. Refer to the SDK documentation for other applications that support context menu extensions.
SDK里好象有个例子,自己看看.
C:\Program Files\Windows CE Tools\wce420\POCKET PC 2003\SamplesTop
2 楼linger0176()回复于 2006-08-03 15:38:26 得分 0
谢谢cuterain(eM魔鬼)的回复
我有看过CtxMenu,但它是在 File Explorer 上扩展的
而我是想在Start Menu->Programs打开的那个窗口上插入一个Menu,
那个窗口好像不是File Explorer的,我有打开remote process viewer看,并没有看到fexplorer.exe存在,如果确实可以用类似CtxMenu的方法来扩展的话,我在SDK的Document里没找到dll的注册位置,也不知道应该在注册表的那个位置上注册Top




