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?"
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?"