Click here to Skip to main content
15,892,927 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am using ActiveX Control which is created in VB.Net. This is used to run in IE browser. I have signed this control with Digital Signature Certificate. I have embedded this control in .aspx page with <Object> tag.

Ex:
HTML
<object id="WebScan" classid="clsid:BA890DB2-FDA5-4FBE-8F68-7C4E553A47BB" codebase="ActivexComponent\C2SWebScanIEx64.cab#version=1,0,0" height="650px" width="650px" viewastext>

Currently my ActiveX control is displaying perfectly on Webpage (IE). But when I will refresh the page the control will disappeared.

Can anyone please help on this issue?
Posted
Updated 1-Mar-13 4:06am
v2
Comments
Sergey Alexandrovich Kryukov 1-Mar-13 13:16pm    
Why would you use ActiveX control at all. They are evil. Do you know that they are not available on all browsers and platforms? Unsafe? Literate users do not trust sites doing such things.
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900