|
-
Apr 19th, 2007, 09:59 PM
#1
Thread Starter
Fanatic Member
ActiveX issue with Vista
Hello guys,
I have an ActiveX that streams audio and video.
Since Vista came out, I can no longer use the ActiveX as a normal user. I have to launch IE7 with administrator privileges, or the ActiveX will crash, most likely when it tries to access the USB port of the camera.
Only the top versions of Vista have the option to right click over a shortcut and launch as admin. This makes the ActiveX not work with the home basics and premium users.
Any ideas on how can I make the ActiveX work under Vista?
Thanks,
HoraShadow
I do like the reward system. If you find that my post was useful, rate it.
-
Apr 19th, 2007, 11:33 PM
#2
Re: ActiveX issue with Vista
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Apr 20th, 2007, 11:27 AM
#3
Thread Starter
Fanatic Member
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
I do like the reward system. If you find that my post was useful, rate it.
-
Apr 20th, 2007, 11:34 AM
#4
Re: ActiveX issue with Vista
Note that its only for unmanaged code (vb 6 / APIs) and not .NET managed code
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Apr 20th, 2007, 02:09 PM
#5
Thread Starter
Fanatic Member
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
I do like the reward system. If you find that my post was useful, rate it.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|