Powering Your Gadgets With ActiveX

What we really want is a function that does something you just can’t do from javascript, or using the built-in gadget APIs. So we’re going to do something else. We are going to add a function that returns a list of all the software installed on the machine. Let’s get started… First, there is some C++ book-keeping we have to do. ................
................