Saturday, March 24, 2012

Mark ActiveX as save

Hello,
I've developed an ASP.NET application and I use an ActiveX control in
it. The ActiveX control is developed in Visual Basic 6.0. Each time a
page with the ActiveX control is loaded, I get the message that
describes that the ActiveX control isn't marked as save.
Does anyone know how I can mark my ActiveX (VB 6.0) control as save, so
that the browser knows it can load it.
Greetings,
Chris.
*** Sent via Developersdex http://www.examnotes.net ***
Don't just participate in USENET...get rewarded for it!Hi Chris:
I think you mean "safe for scripting". The first step is to ensure the
component is actually safe for scripting:
http://msdn.microsoft.com/library/d...
ety.asp
There are some more details here:
How To Implement IObjectSafety in Visual Basic Controls
http://support.microsoft.com:80/sup...s/Q182/5/98.asp
HTH.
Scott
http://www.OdeToCode.com
On Mon, 30 Aug 2004 02:12:50 -0700, Chris Zoper
<test123test12@.12move.nl> wrote:

>Hello,
>I've developed an ASP.NET application and I use an ActiveX control in
>it. The ActiveX control is developed in Visual Basic 6.0. Each time a
>page with the ActiveX control is loaded, I get the message that
>describes that the ActiveX control isn't marked as save.
>Does anyone know how I can mark my ActiveX (VB 6.0) control as save, so
>that the browser knows it can load it.
>Greetings,
>Chris.
>
>*** Sent via Developersdex http://www.examnotes.net ***
>Don't just participate in USENET...get rewarded for it!

0 comments:

Post a Comment