12-05-2006 06:21 AM
12-05-2006 09:31 AM - edited 12-05-2006 09:31 AM
While I agree that ActiveX can be troublesome to use, and I try to avoid it if at all possible, you cannot escape the scenario that a third party supplier (eg Microsoft) might produce a programming interface to their code (eg Excel) only in ActiveX. Then, you have to use it. (Imagine trying to access an Excel spreadsheet just by calling directly into the dlls - makes me shiver just thinking about it.
)
So, even if you don't use it for your own code, it is worth keeping the knowledge of how to use ActiveX, just in case...
JR
Message Edited by jr_2005 on 12-05-2006 03:32 PM
12-05-2006 11:59 AM