COM problem

Hi there,

does any body tried in ruby program to:

  1. list all COM objects installed in the windows system?
  2. list all supported interface of a particular COM object?

Thanks
Shannon

···

STOP MORE SPAM with the new MSN 8 and get 2 months FREE*
http://join.msn.com/?page=features/junkmail

  1. list all supported interface of a particular COM object?

There was a post not too long ago that talked about a utility function that
I think is distributed with WIN32OLE that will do a full dump of methods on
a COM object. Search the list and/or check out WIN32OLE.

Chris