question

abcabc-6368 avatar image
0 Votes"
abcabc-6368 asked abcabc-6368 commented

Progrmmatically changing view mode in mmc snapin

Hi,


I want to achieve similar functionality of mmc view menus detail,list,filter in MMC result view html page. In html page when I click on dropdown with views(list,detail,filter), I need to change view mode.

How to achieve this?

c++
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

Castorix31 avatar image
0 Votes"
Castorix31 answered abcabc-6368 commented

View mode is normally changed with IResultData::SetViewMode


· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.


I added new menu command for invoking events on changing dropdown for view mode.
Can I know command id for MMC view->filter menu so that I can use same id?

How to get IComponent, from IComponentData object?

0 Votes 0 ·