PDA

Click to See Complete Forum and Search --> : ocx & HTML


bmarzouk
Dec 5th, 2001, 02:57 AM
Hello,

I have ActiveX control that uses pictures & icons. I put it o HTML using the olowing lines:
--- <OBJECT ID="AList1" WIDTH=463 HEIGHT=371
--- CLASSID="CLSID:76B19CAA-C302-11D5-B361-444553540000" CODEBASE="TaifAList_Dir.CAB#version=1,0,0,0">
and I refrence the picture files by the followin line:
--- AList1.vsUpMouseDown = "H:\ASP Course\Belal\AList_Up1c.bmp"

can I insert the picture files into cab file and replace the last code line? how?

Thanks