Quote Originally Posted by Mike Pliam View Post
BTW Igor, I use the Microsoft Outlook type library as a wrapper for all that COM code which frankly makes me a bit dizzy whenever I see it.
Well, it's just a matter of habit and practice. I find viewing OLB/TLB content in OleView extremely useful for getting certain object model hints that may help you to start thinking in right direction. In case the type library is huge enough, I grab pure IDL and do some simple text search on it to find the points/words I'm interested in. And when I have a substantial and precise information about coclasses and methods, I start to look for documentation/articles/forums/etc. And making my little tests of course.