[IProtectedModeMenuServices]
IE7保护模式菜单的问题
http://msdn.microsoft.com/en-us/library/aa767957%28v=vs.85%29.aspx
=======================================
The IProtectedModeMenuServices interface is implemented by the DocObject host (Windows Internet Explorer 7) and can be queried by using IID_IProtectedModeMenuServices from the IOleInPlaceFrame interface used by DocObject servers for menu merging.
=======================================
不知道怎么用。
------解决方案--------------------------------------------------------
ACTIVEDOC Sample: Implements an Active Document Server
The ACTIVEDOC sample demonstrates how to implement an Active Document Server. The sample demonstrates the following:
How to implement the interfaces IOleDocument and IOleDocumentView.
How to perform menu merging with the container.
How to implement a toolbar in your object.
How to override the IPersistStreamInit methods Load and Save to perform custom saving and loading.
How to use CDialogImpl to implement an About dialog box.
How to subclass the Rich Text Edit Control.
...
To run the sample using Internet Explorer
Open ActiveDoc.htm or the ActiveDoc.AAA generated file in Internet Explorer (to open ActiveDoc.AAA, click the Open button when prompted to open this file).
Use the Format menu that has been merged into Internet Explorer's menu bar, or just click the toolbar colors to change the color of the typed text.