Currently we can use COM objects - but we run into problems (or perhaps as a VB'er i don't see them from mIRC's point of view)

We can create a basic com object, like InternetExplorer.Application

We can set properties, and access methods, etc. But we can't get at
InternetExplorer.Application.Document.Body.Text, etc. (i can't ermember if thats the actual path to it or what, but who cares, its an example).

I know it'd suck to code, so if you don't I wont' be dissapointed - I know how to wokraround it, its just messier

Also, how about a way of exposing methods, properties and events in COM objects? It sucks to whip out VB or VBA just for a stupid object browser - if there's a standalone app that does it, tell me about it!