Groups > Microsoft > Microsoft MMC > Re: Double-clicking a ScopeNode in an MmcListViw (MMC 3.0)




Double-clicking a ScopeNode in an MmcListViw (MMC 3.0)

Double-clicking a ScopeNode in an MmcListViw (MMC 3.0)
Tue, 26 Feb 2008 08:51:40 -060
I am developing a MMC 3.0 namespace extension snap-in which has a parent
node and a number of child nodes.

When the parent node is selected an MmcListView is displayed in the
results pane. I want to display the properties window when a user
double-clicks on a node in the MmcListView.

Any ideas?

--
Message posted using
http://www.talkaboutsoftware.com/group/microsoft.public.management.mmc/
More information at http://www.talkaboutsoftware.com/faq.html
Post Reply
Re: Double-clicking a ScopeNode in an MmcListViw (MMC 3.0)
Tue, 25 Mar 2008 21:01:30 +080
set SelectionData.EnabledStandardVerbs = StandardVerbs.Properties;

then write your OnAddPropertyPages for mmclistview


"DiscoStu" <dawsons@nospam.asm.org.uk> дÈëÏûÏ¢ 
news:fe40eff207c031d77d1d6cb3a94eb47e@localhost.talkaboutsoftware.com...
>I am developing a MMC 3.0 namespace extension snap-in which has a parent
> node and a number of child nodes.
>
> When the parent node is selected an MmcListView is displayed in the
> results pane. I want to display the properties window when a user
> double-clicks on a node in the MmcListView.
>
> Any ideas?
>
> --
> Message posted using 
> http://www.talkaboutsoftware.com/group/microsoft.public.management.mmc/
> More information at http://www.talkaboutsoftware.com/faq.html
> 
Post Reply
about | contact