This method of the ActiveXComponent Class sets the CLSID or (ProgID) of the ActiveXComponent object.
public void setCLSID(String c);
c | The new CLSID (or ProgID) of the object. The CLSID must be in the form "{xxx...xxx}", where x represents a numeric character between 0 and 9, inclusive. |