Ureader.com  
Microsoft software help and Community
   home   |   control panel login   |   archive   |  
 
Windos
win32.3rdparty
win32.directx.audio
win32.directx.ddk
win32.directx.graphics
win32.directx.input
win32.directx.managed
win32.directx.misc
win32.directx.networking
win32.directx.sdk
win32.directx.video
win32.dirx.grap.shaders
win32.gdi
win32.international
win32.kernel
win32.messaging
win32.mmedia
win32.networks
win32.ole
win32.rtc
win32.tapi
win32.tapi.beta
win32.tools
win32.ui
win32.wince
win32.wmi
windows.mediacenter
winfx.aero
winfx.announcements
winfx.avalon
winfx.collaboration
winfx.fundamentals
winfx.general
winfx.indigo
winfx.sdk
winfx.winfs
  
 
date: Tue, 19 Aug 2008 17:42:00 +0530,    group: microsoft.public.win32.programmer.ui        back       


How to refresh right pane in MMC   
Hi,
This question is related to MMC snapin. I dont know exact forum. MMC comes 
under GUI part so i post it here. The question is
If i add some items in scope pane (one item which has some chidren is child 
of another item), and if i click on left pane on any item then i display its 
child items in right pane. To display child items in right pane i create my 
own function where i add all child items in ResultData.

 CComQIPtr<IResultData, IID_IResultData> spResultData(pConsole);
where pConsole belongs to result pane
spResultData->InsertItem (item text);
Now MMC will delete all previous items which were in result pane and display 
new items which i just added.

For one case i want to display all child items in result pane without 
clicking on its parent in scope pane. I'm success to insert child items in 
result pane but previous items in result pane are still there. New items are 
display after them.
I want to know how MMC delete previous items from result pane. I have tried 
to use following function to delete previous items
spResultData->DeleteAllRsltItems() but it doesn't delete previous items.
date: Tue, 19 Aug 2008 17:42:00 +0530   author:   Ashish

Google
 
Web ureader.com


    COPYRIGHT 2007, YARDI TECHNOLOGY LIMITED, ALL RIGHT RESERVE  |   contact us