Oops looks like I posted to the wrong forum with a question. I am hoping someone here may be able to help me.
Old thread: thread222-866657
Summary of problem:
I have an application that needed to do some calculations for a company. The one weird requirement is that they wanted the same piece to work on the web, in a current VB App, and as a stand alone.
Normally, I would build some logic, package that as a DLL and then build a seperate front-end for the web and the application. In this case I decided to just use an OCX and distribute it to the web.
This appears to work well, if the ocx is already registered on the user's computer. Currently, if a user accesses the website you get a box pop-up asking if you want to install the package, you say, yes and then nothing happens. The control just isn't loading remotely.
Any ideas what I might be missing?
Just to test I created the simplest project I could (an ocx with nothing on it) and built a cab for distrobution. It won't display either
The weirdest thing is that if you install the application version (which is the ocx placed on a form) it installs and then you can use the ocx off of a webpage. This says to me that the ocx is not being installed properly by IE.
As a note I did change my security to these settings for the test:
[tt]
ActiveX controls and plug-ins
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
enable - Download signed ActiveX controls
prompt - Download unsigned ActiveX controls
prompt - Initialize and script ActiveX controls not marked as safe
enable - Run ActiveX controls and plug-ins
enable - Script ActiveX controls marked safe for scripting
[/tt]
Old thread: thread222-866657
Summary of problem:
I have an application that needed to do some calculations for a company. The one weird requirement is that they wanted the same piece to work on the web, in a current VB App, and as a stand alone.
Normally, I would build some logic, package that as a DLL and then build a seperate front-end for the web and the application. In this case I decided to just use an OCX and distribute it to the web.
This appears to work well, if the ocx is already registered on the user's computer. Currently, if a user accesses the website you get a box pop-up asking if you want to install the package, you say, yes and then nothing happens. The control just isn't loading remotely.
Any ideas what I might be missing?
Just to test I created the simplest project I could (an ocx with nothing on it) and built a cab for distrobution. It won't display either
The weirdest thing is that if you install the application version (which is the ocx placed on a form) it installs and then you can use the ocx off of a webpage. This says to me that the ocx is not being installed properly by IE.
As a note I did change my security to these settings for the test:
[tt]
ActiveX controls and plug-ins
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
enable - Download signed ActiveX controls
prompt - Download unsigned ActiveX controls
prompt - Initialize and script ActiveX controls not marked as safe
enable - Run ActiveX controls and plug-ins
enable - Script ActiveX controls marked safe for scripting
[/tt]