Re: ActiveX issue with Vista
Re: ActiveX issue with Vista
Thanks a lot Yoda, I'm pretty sure the solution is in the first link, using the Application Compatibility Toolkit.
I'll give it a try and see what happens.
HoraShadow
Re: ActiveX issue with Vista
Note that its only for unmanaged code (vb 6 / APIs) and not .NET managed code
Re: ActiveX issue with Vista
Hello,
Yeah, that did the trick.
What I had to do to get the ActiveX control to run under Internet Explorer on Vista, was to create a compatibility fix to launch Internet Explorer (iexplorer.exe) with the highest available user.
Now, the ActiveX works fine. But each time I try to launch IE 7, even to check emails, it prompts for user interaction whether they want to launch the app or not. Every single time.
I can only target .exe files, so I cannot target the ActiveX itself.
Any ideas on what can I do to prevent this?
This Vista is damn complicated...
Thanks,
HoraShadow