Introduction - If you have any usage issues, please Google them yourself
When developing COM Objects, I often wished to have something similar to VB s Properties-or Debug-window to retrieve or interactively change an object s current properties at runtime. There exists a small number of little demo apps (like the AtlCon sample in MSDN ) about property browsing, but in general those were not functional enough for me- one cannot browse properties which take one or more extra parameters (not just setting/returning one value), one cannot invoke methods, one can only browse a COM object s default interface (although most objects do implement more than one interface), and one can only do the browsing during design time.