PDA

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


matje
Nov 13th, 2001, 03:33 AM
I made a component to embed in an asp page.

Everything works fine but when I open the page I'm always aksed :
"Do you want to allow software such as ActiveX controls and plugins to run?"

When i choose to run it i got the next message:
"An activex control on this page might be unsafe to interact with other parts of the page. Do you want to allow this interaction?

After pressing yes everyething works fine...

How can I fix this enoying thing?

In a sample code I found something like this:
"If any of the controls on this page require licensing, you must create a license package file. Run LPK_TOOL.EXE to create the
required LPK file. LPK_TOOL.EXE can be found on the ActiveX SDK,
http://www.microsoft.com/intdev/sdk/sdk.htm. If you have the Visual Basic 6.0 CD, it can also be found in the \Tools\LPK_TOOL directory." Will this solve my problem?"

ralph
Nov 14th, 2001, 08:12 AM
It has to do with the security settings for your browser. You can change/lower the security for activex by running the internet options from control panel or from the browser tools menu. Select the security tab/internet or intranet/custom.
Licensing is a different issue having to do with whether you want to grant other developers the ability to use your control.