mimic Remote Desktops in MMC app with C++

  • Thread starter Thread starter Anabolic Pete
  • Start date Start date
A

Anabolic Pete

I wrote a C++ MMC Snap-in that lists a bunch of servers in the
tree-node. When a user clicks on a server node, I want the RDP screen
to appear in the results pane just like it does for the "Remote
Desktops" snap-in.

What do I use to accomplish this?? I can't seem to figure it out. Any
help greatly appreciated!
 
You would want to embed it in an OCX view. Beyond this it's not really a
question of MMC functionality.

Regards,

Eric
 
Back
Top