Page 1 of 1

ActiveX Slider doesn't appear

Posted: 09 Feb 2006 09:11
by blek
I tryed to use the ActiveX Slider like this:

Code: Select all

<!-- Insert MSComctlLib.Slider.2 activex control --> <object classid="clsid:F08DF954-8592-11D1-B16A-00C0F0283628" width="540" height="20" id="slider" events="True"> <param name="TickStyle" value="3" /> <param name="Min" value="0" /> <param name="Max" value="0" /> <param name="Value" value="0" /> <param name="Enabled" value="True" /> </object> </td><td width="15%"> <div id="info" style="text-align:center">-:--:--/-:--:--</DIV>
And when the page loads the slider is not there. It's like a picture whose src isn't given correctly.
What could be the problem?

Posted: 11 Feb 2006 02:10
by tonsofpcs
Incorrect classid, browser set to disable activeX, browser that can't handle activex by classid

Posted: 29 Nov 2006 11:09
by Yapadavaro
Hi blek,

what is your client OS ? w2k ? XP ?

Yap.