|
-
Oct 31st, 2006, 10:32 AM
#1
Thread Starter
Addicted Member
VB6 ActiveX control with static CLSID(?)
I have a ActiveX control that I'm using on a web page. Every time I compile the control, it gives it a new CLSID. So in addition to putting the revised control on the web server, we have to modify the web page to reference the new ID number.
Is there something that tells it not to generate a new number every time?
Here's the code block from the web page showing how the control is being implemented on the web page.
<OBJECT ID="ImageViewer" WIDTH=85% HEIGHT=85%
CODEBASE="InventoryImageViewer.ocx#version=-1,-1,-1,-1"
CLASSID="CLSID 32FC5D4-8905-4E20-A286-B4D246A4A667">
</OBJECT>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|