Displaying Source Code(s)
|
|
Detect and Add a Microsoft activex ocx to client
--------------------------------------------------------------------------------
Description : Detect and Add a Microsoft activex ocx control and
deploy it on the client machine if is not already in it. You
could use your own control by using your own link on the
CODEBASE parameter Notice that I have added a # sign following
the version=-1,-1,-1,-1. What this does is it will force IE to
download the DLL no matter what version is on the client
machine: Normally you would not need to add the
#version=-1,-1,-1,-1
<OBJECT id=CommonDialog1 style="LEFT: 0px; TOP: 0px"
classid=”clsid:F9043C85-F6F2-101A-A3C9-08002B2F49FB”
CODEBASE="http://activex.microsoft.com/controls/vb6/ComDlg32.cab#version=-1,-1,-1,-1"
VIEWASTEXT>
|
|
|