http://www.4developers.com/com/index.htm This program will give you a list of all of the COM objects on your system. An entire default list is probably hard to come by. Almost every MS application and almost every application that runs on Windows uses com to an extent. Most of those dll's in System32 are com objects. The most important ones off the top of my head would be: FileSystemObject All the ADO ones WScript IE...it can be called as a com object (one of the reasons ZoneAlarm's outgoing protection is useless.hehe :)) All the Office programs MsXML/MsXMLHttp
Before you get all into COM, be warned that .Net is the new COM, and while the concepts are the same, the syntax is all new, and JavaBeans are the Java version of COM, and are callable the same way COM objects are from CF, which we are all going to get pretty familiar with soon. jon ----- Original Message ----- From: "Kevin Schmidt" <[EMAIL PROTECTED]> To: "CF-Community" <[EMAIL PROTECTED]> Sent: Tuesday, April 16, 2002 12:03 PM Subject: COM Objects > Anbody have a good list or know where I can find one of all the com > objects that are standard in Windows. > > ______________________________________________________________________ Get the mailserver that powers this list at http://www.coolfusion.com Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
