Hi Gang
I have something that has gone amiss, in my mind anyways. I have two activeX controls that have both ended up with identical ClassIDs for the LPK file. I am pretty damn sure that they should be different since they are using unique controls. Here is the code for both of them.
Has anyone ver seen this?
Ken
<OBJECT CLASSID="clsid:5220cb21-c88d-11cf-b347-00aa00a28331">
<PARAM NAME="LPKPath" VALUE="LPKfilename.LPK">
</OBJECT>
<OBJECT CLASSID="clsid:5220cb21-c88d-11cf-b347-00aa00a28331">
<PARAM NAME="LPKPath" VALUE="smart.LPK">
</OBJECT>
I have something that has gone amiss, in my mind anyways. I have two activeX controls that have both ended up with identical ClassIDs for the LPK file. I am pretty damn sure that they should be different since they are using unique controls. Here is the code for both of them.
Has anyone ver seen this?
Ken
<OBJECT CLASSID="clsid:5220cb21-c88d-11cf-b347-00aa00a28331">
<PARAM NAME="LPKPath" VALUE="LPKfilename.LPK">
</OBJECT>
<OBJECT CLASSID="clsid:5220cb21-c88d-11cf-b347-00aa00a28331">
<PARAM NAME="LPKPath" VALUE="smart.LPK">
</OBJECT>