Microsoft SDK for Java

setCLSID

This method of the ActiveXComponent Class sets the CLSID or (ProgID) of the ActiveXComponent object.

Syntax

public void setCLSID(String c);

Parameters

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.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.