-
Does someone out there have experience in ActiveX Documents? I have an existing VB application using ADO to display Access data. The app converted fine using the wizard, and runs fine on my PC (obviously due to the controls being registered). When I run the HTM file on another PC, it does the download but doesn't run. I tried all of the tricks from the MS Support pages.
I created a new app with just a label on the document to try and narrow down to just the VB6 runtime with no luck. I don't have time to rewrite the app, so an ActiveX Document look like the fastest way to web deply it.
Any ideas or better way to web deploy it quickly in VB?
Thanks!
-
Hi,
I tested the ActiveX document a while ago and it behaved strangely... (works 6 out of 10 times...) But if you need quick turn around to web, I guess this is the way to go.
Steph
-
Thanks!
Thanks for the reply, hopefully somebody out there has a working model. I have several books, and all of the examples work fine, until you go to deploy. Then it doesn't work, I'm assuming due to unregistered components...